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-08-27T23:18:55.406Z||main|||||INFO|500||The following profiles are active: basic
2022-08-27T23:19:07.132Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-27T23:19:07.133Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-27T23:19:07.258Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-27T23:19:11.291Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-27T23:19:11.795Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-27T23:19:12.285Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-27T23:19:12.336Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-27T23:19:12.470Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-27T23:19:12.698Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-27T23:19:13.372Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-27T23:19:15.059Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-27T23:19:17.542Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-27T23:19:17.600Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-27T23:19:18.204Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-27T23:19:18.467Z||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-08-27T23:19:19.845Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-27T23:19:20.998Z||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-08-27T23:19:21.836Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-08-27T23:19:21.837Z||main|||||ERROR|500||(conn=1167) Table 'catalogdb.activity_spec' doesn't exist
2022-08-27T23:19:21.861Z||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-08-27T23:19:25.013Z||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-08-27T23:19:27.855Z||main|||||WARN|500||---
2022-08-27T23:19:27.856Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-27T23:19:27.856Z||main|||||WARN|500||---
2022-08-27T23:19:28.285Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-27T23:19:32.889Z||main|||||INFO|500||Started Application in 40.806 seconds (JVM running for 43.271)
2022-08-27T23:19:32.947Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-27T23:19:32.975Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-27T23:19:32.995Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-27T23:19:33.030Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-27T23:19:33.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3fa66ce1-5519-4884-9a57-04438630bfb6 url= /sdc/v1/artifactTypes
2022-08-27T23:19:33.104Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-27T23:19:33.286Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-27T23:19:33.288Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@727dddd1
2022-08-27T23:19:33.289Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-27T23:19:33.308Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-27T23:19:33.311Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-27T23:19:33.317Z||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$$3a7bf792.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-08-27T23:20:22.879Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-27T23:20:22.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-27T23:20:22.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-27T23:20:22.884Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-27T23:20:22.890Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1176d042-adee-44eb-b4d1-9d0aa9f9d1a2 url= /sdc/v1/artifactTypes
2022-08-27T23:20:22.890Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-27T23:20:22.907Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-27T23:20:22.908Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3f42887e
2022-08-27T23:20:22.908Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-27T23:20:22.908Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-27T23:20:22.908Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-27T23:20:22.909Z||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$$3a7bf792.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-08-27T23:21:12.879Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-27T23:21:12.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-27T23:21:12.880Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-27T23:21:12.883Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-27T23:21:12.905Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02d398ce-4254-46d5-828c-b7c869cfcc6e url= /sdc/v1/artifactTypes
2022-08-27T23:21:12.905Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-27T23:21:12.911Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-27T23:21:12.912Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@39368247
2022-08-27T23:21:12.912Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-27T23:21:12.913Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-27T23:21:12.913Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-27T23:21:12.913Z||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$$3a7bf792.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-08-27T23:22:02.882Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-27T23:22:02.884Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-27T23:22:02.885Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-27T23:22:02.892Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-27T23:22:02.901Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a233c5dd-5984-4ee4-ab3c-ab7ea9a5ce4c url= /sdc/v1/artifactTypes
2022-08-27T23:22:02.902Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-27T23:22:02.909Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-27T23:22:02.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@65281c8a
2022-08-27T23:22:02.910Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-27T23:22:02.910Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-27T23:22:02.911Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-27T23:22:02.912Z||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$$3a7bf792.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-08-27T23:22:52.881Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-27T23:22:52.882Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-27T23:22:52.883Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-27T23:22:52.887Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-27T23:22:52.897Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2cac03b6-c3fe-4ace-8139-0fc578b07ecd url= /sdc/v1/artifactTypes
2022-08-27T23:22:52.897Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-27T23:22:52.907Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-27T23:22:52.907Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25bc5b10
2022-08-27T23:22:52.907Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-27T23:22:52.908Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-27T23:22:52.909Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-27T23:22:52.909Z||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$$3a7bf792.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-08-27T23:23:42.879Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-27T23:23:42.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-27T23:23:42.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-27T23:23:42.884Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-27T23:23:42.910Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 88d17ce8-97b2-4398-bba2-d5de63e26686 url= /sdc/v1/artifactTypes
2022-08-27T23:23:42.911Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-27T23:23:42.921Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-08-27T23:23:42.921Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56ef2fe6
2022-08-27T23:23:42.922Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-08-27T23:23:42.922Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-08-27T23:23:42.923Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-08-27T23:23:42.923Z||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$$3a7bf792.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-08-27T23:24:32.879Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-27T23:24:32.880Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-27T23:24:32.881Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-27T23:24:32.883Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-27T23:24:32.888Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3193b968-ea63-46fc-8ae2-731a01bace09 url= /sdc/v1/artifactTypes
2022-08-27T23:24:32.888Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-08-27T23:24:34.379Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-27T23:24:34.392Z||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-08-27T23:24:34.430Z||scheduling-1|||||DEBUG|500||create keys
2022-08-27T23:24:34.440Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-27T23:24:34.568Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:24:34.591Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8346bc74-6567-4ce9-95a2-575336781f71 url= /sdc/v1/registerForDistribution
2022-08-27T23:24:35.111Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8346bc74-6567-4ce9-95a2-575336781f71 url= /sdc/v1/registerForDistribution
2022-08-27T23:24:35.111Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-27T23:24:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:24:35.123Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:24:35.134Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-27T23:24:35.134Z||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-08-27T23:24:35.135Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:24:35.136Z||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-08-27T23:24:35.136Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:24:46.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:24:46.271Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:25:35.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:25:35.120Z||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-08-27T23:25:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:25:35.123Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:25:35.123Z||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-08-27T23:25:35.124Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:25:44.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:25:44.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:26:35.119Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:26:35.120Z||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-08-27T23:26:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:26:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:26:35.123Z||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-08-27T23:26:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:26:44.692Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:26:44.700Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:27:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:27:35.120Z||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-08-27T23:27:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:27:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:27:35.123Z||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-08-27T23:27:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:27:44.705Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:27:44.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:28:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:28:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:28:35.125Z||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-08-27T23:28:35.125Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:28:35.125Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:28:35.125Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:28:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:28:44.697Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:29:12.333Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-27T23:29:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:29:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:29:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:29:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:29:35.123Z||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-08-27T23:29:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:29:44.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:29:44.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:30:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:30:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:30:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:30:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:30:35.122Z||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-08-27T23:30:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:30:44.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:30:44.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:31:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:31:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:31:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:31:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:31:35.124Z||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-08-27T23:31:35.124Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:31:44.706Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:31:44.732Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:32:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:32:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:32:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:32:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:32:35.123Z||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-08-27T23:32:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:32:44.696Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:32:44.754Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:33:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:33:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:33:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:33:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:33:35.122Z||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-08-27T23:33:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:33:44.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:33:44.715Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:34:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:34:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:34:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:34:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:34:35.123Z||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-08-27T23:34:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:34:44.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:34:44.737Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:35:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:35:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:35:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:35:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:35:35.123Z||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-08-27T23:35:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:35:44.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:35:44.707Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:36:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:36:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:36:35.123Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:36:35.123Z||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-08-27T23:36:35.124Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:36:35.124Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:36:44.697Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:36:44.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:37:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:37:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:37:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:37:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:37:35.122Z||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-08-27T23:37:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:37:44.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:37:44.693Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:38:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:38:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:38:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:38:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:38:35.122Z||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-08-27T23:38:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:38:44.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:38:44.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:39:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:39:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:39:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:39:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:39:35.122Z||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-08-27T23:39:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:39:44.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:39:44.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:40:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:40:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:40:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:40:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:40:35.122Z||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-08-27T23:40:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:40:44.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:40:44.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:41:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:41:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:41:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:41:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:41:35.122Z||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-08-27T23:41:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:41:44.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:41:44.713Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:42:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:42:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:42:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:42:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:42:35.122Z||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-08-27T23:42:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:42:44.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:42:44.703Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:43:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:43:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:43:35.123Z||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-08-27T23:43:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:43:35.128Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:43:35.129Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:43:44.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:43:44.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:44:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:44:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:44:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:44:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:44:35.122Z||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-08-27T23:44:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:44:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:44:44.714Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:45:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:45:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:45:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:45:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:45:35.123Z||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-08-27T23:45:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:45:44.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:45:44.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:46:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:46:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:46:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:46:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:46:35.123Z||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-08-27T23:46:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:46:44.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:46:44.707Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:47:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:47:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:47:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:47:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:47:35.123Z||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-08-27T23:47:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:47:44.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:47:44.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:48:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:48:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:48:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:48:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:48:35.123Z||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-08-27T23:48:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:48:44.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:48:44.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:49:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:49:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:49:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:49:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:49:35.122Z||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-08-27T23:49:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:49:44.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:49:44.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:50:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:50:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:50:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:50:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:50:35.122Z||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-08-27T23:50:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:50:44.699Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:50:44.717Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:51:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:51:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:51:35.122Z||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-08-27T23:51:35.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:51:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:51:35.123Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:51:44.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:51:44.738Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:52:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:52:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:52:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:52:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:52:35.122Z||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-08-27T23:52:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:52:44.705Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:52:44.715Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:53:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:53:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:53:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:53:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:53:35.122Z||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-08-27T23:53:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:53:44.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:53:44.707Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:54:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:54:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:54:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:54:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:54:35.123Z||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-08-27T23:54:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:54:44.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:54:44.700Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:55:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:55:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:55:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:55:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:55:35.123Z||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-08-27T23:55:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:55:44.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:55:44.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:56:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:56:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:56:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:56:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:56:35.122Z||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-08-27T23:56:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:56:44.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:56:44.704Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:57:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:57:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:57:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:57:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:57:35.122Z||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-08-27T23:57:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:57:44.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:57:44.697Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:58:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:58:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:58:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:58:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:58:35.123Z||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-08-27T23:58:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:58:44.703Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:58:44.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:59:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:59:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-27T23:59:35.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-27T23:59:35.122Z||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-08-27T23:59:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-27T23:59:35.122Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-27T23:59:44.703Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-27T23:59:44.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:00:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:00:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:00:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:00:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:00:35.122Z||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-08-28T00:00:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:00:44.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:00:44.742Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:01:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:01:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:01:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:01:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:01:35.122Z||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-08-28T00:01:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:01:44.684Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:01:44.706Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:02:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:02:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:02:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:02:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:02:35.122Z||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-08-28T00:02:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:02:44.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:02:44.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:03:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:03:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:03:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:03:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:03:35.122Z||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-08-28T00:03:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:03:44.703Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:03:44.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:04:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:04:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:04:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:04:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:04:35.122Z||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-08-28T00:04:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:04:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:04:44.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:05:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:05:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:05:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:05:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:05:35.122Z||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-08-28T00:05:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:05:44.708Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:05:44.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:06:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:06:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:06:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:06:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:06:35.122Z||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-08-28T00:06:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:06:44.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:06:44.739Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:07:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:07:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:07:35.123Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:07:35.123Z||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-08-28T00:07:35.123Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:07:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:07:44.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:07:44.729Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:08:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:08:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:08:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:08:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:08:35.123Z||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-08-28T00:08:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:08:44.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:08:44.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:09:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:09:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:09:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:09:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:09:35.122Z||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-08-28T00:09:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:09:44.694Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:09:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:10:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:10:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:10:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:10:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:10:35.123Z||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-08-28T00:10:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:10:44.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:10:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:11:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:11:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:11:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:11:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:11:35.122Z||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-08-28T00:11:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:11:44.696Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:11:44.709Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:12:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:12:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:12:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:12:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:12:35.122Z||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-08-28T00:12:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:12:44.689Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:12:44.691Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:13:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:13:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:13:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:13:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:13:35.122Z||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-08-28T00:13:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:13:44.708Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:13:44.719Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:14:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:14:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:14:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:14:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:14:35.123Z||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-08-28T00:14:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:14:44.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:14:44.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:15:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:15:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:15:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:15:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:15:35.123Z||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-08-28T00:15:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:15:44.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:15:44.689Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:16:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:16:35.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:16:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:16:35.122Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:16:35.123Z||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-08-28T00:16:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:16:44.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:16:44.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:17:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:17:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:17:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:17:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:17:35.122Z||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-08-28T00:17:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:17:44.704Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:17:44.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:18:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:18:35.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:18:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:18:35.122Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:18:35.123Z||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-08-28T00:18:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:18:44.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:18:44.766Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:19:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:19:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:19:35.122Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:19:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:19:35.123Z||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-08-28T00:19:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:19:44.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:19:44.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:20:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:20:35.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:20:35.122Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:20:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:20:35.122Z||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-08-28T00:20:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:20:44.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:20:44.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:21:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:21:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:21:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:21:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:21:35.123Z||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-08-28T00:21:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:21:44.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:21:44.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:22:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:22:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:22:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:22:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:22:35.123Z||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-08-28T00:22:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:22:44.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:22:44.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:23:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:23:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:23:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:23:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:23:35.122Z||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-08-28T00:23:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:23:44.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:23:44.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:24:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:24:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:24:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:24:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:24:35.122Z||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-08-28T00:24:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:24:44.700Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:24:44.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:25:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:25:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:25:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:25:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:25:35.122Z||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-08-28T00:25:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:25:44.678Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:25:44.705Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:26:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:26:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:26:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:26:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:26:35.122Z||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-08-28T00:26:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:26:44.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:26:44.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:27:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:27:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:27:35.124Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:27:35.124Z||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-08-28T00:27:35.124Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:27:35.124Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:27:44.708Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:27:44.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:28:35.121Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:28:35.122Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:28:35.122Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:28:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:28:35.123Z||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-08-28T00:28:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:28:44.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:28:44.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:29:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:29:35.121Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:29:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:29:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:29:35.123Z||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-08-28T00:29:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:29:44.692Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:29:44.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:30:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:30:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:30:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:30:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:30:35.122Z||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-08-28T00:30:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:30:44.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:30:44.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:31:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:31:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:31:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:31:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:31:35.122Z||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-08-28T00:31:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:31:44.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:31:44.757Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:32:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:32:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:32:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:32:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:32:35.122Z||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-08-28T00:32:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:32:44.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:32:44.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:33:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:33:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:33:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:33:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:33:35.122Z||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-08-28T00:33:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:33:44.692Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:33:44.714Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:34:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:34:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:34:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:34:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:34:35.123Z||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-08-28T00:34:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:34:44.713Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:34:44.725Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:35:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:35:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:35:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:35:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:35:35.122Z||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-08-28T00:35:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:35:44.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:35:44.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:36:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:36:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:36:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:36:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:36:35.122Z||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-08-28T00:36:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:36:44.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:36:44.709Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:37:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:37:35.121Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:37:35.121Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:37:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:37:35.122Z||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-08-28T00:37:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:37:44.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:37:44.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:38:35.120Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:38:35.122Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:38:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:38:35.122Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:38:35.122Z||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-08-28T00:38:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:38:44.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:38:44.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:39:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:39:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:39:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:39:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:39:35.122Z||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-08-28T00:39:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:39:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:39:44.696Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:40:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:40:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:40:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:40:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:40:35.122Z||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-08-28T00:40:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:40:44.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:40:44.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:41:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:41:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:41:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:41:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:41:35.122Z||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-08-28T00:41:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:41:44.679Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:41:44.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:42:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:42:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:42:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:42:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:42:35.122Z||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-08-28T00:42:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:42:44.690Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:42:44.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:43:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:43:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:43:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:43:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:43:35.123Z||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-08-28T00:43:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:43:44.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:43:44.739Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:44:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:44:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:44:35.121Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:44:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:44:35.122Z||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-08-28T00:44:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:44:44.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:44:44.701Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:45:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:45:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:45:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:45:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:45:35.122Z||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-08-28T00:45:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:45:44.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:45:44.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:46:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:46:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:46:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:46:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:46:35.123Z||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-08-28T00:46:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:46:44.706Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:46:44.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:47:35.120Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:47:35.121Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:47:35.122Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:47:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:47:35.122Z||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-08-28T00:47:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:47:44.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:47:44.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:48:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:48:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:48:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:48:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:48:35.122Z||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-08-28T00:48:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:48:44.695Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:48:44.701Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:49:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:49:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:49:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:49:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:49:35.123Z||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-08-28T00:49:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:49:44.710Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:49:44.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:50:35.119Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:50:35.120Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T00:50:35.120Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T00:50:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:50:35.122Z||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-08-28T00:50:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:50:44.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:50:44.731Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:51:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:51:35.120Z||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-08-28T00:51:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:51:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:51:35.122Z||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-08-28T00:51:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:51:44.692Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:51:44.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:52:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:52:35.120Z||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-08-28T00:52:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:52:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:52:35.122Z||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-08-28T00:52:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:52:44.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:52:44.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:53:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:53:35.120Z||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-08-28T00:53:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:53:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:53:35.122Z||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-08-28T00:53:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:53:44.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:53:44.691Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:54:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:54:35.120Z||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-08-28T00:54:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:54:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:54:35.122Z||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-08-28T00:54:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:54:44.702Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:54:44.702Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:55:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:55:35.120Z||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-08-28T00:55:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:55:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:55:35.122Z||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-08-28T00:55:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:55:44.693Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:55:44.700Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:56:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:56:35.120Z||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-08-28T00:56:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:56:35.122Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:56:35.122Z||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-08-28T00:56:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:56:44.704Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:56:44.716Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:57:35.120Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:57:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:57:35.123Z||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-08-28T00:57:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:57:35.123Z||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-08-28T00:57:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:57:44.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:57:44.703Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:58:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:58:35.121Z||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-08-28T00:58:35.121Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:58:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:58:35.123Z||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-08-28T00:58:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:58:44.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:58:44.704Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:59:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:59:35.120Z||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-08-28T00:59:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:59:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T00:59:35.123Z||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-08-28T00:59:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T00:59:44.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T00:59:44.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:00:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:00:35.120Z||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-08-28T01:00:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:00:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:00:35.122Z||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-08-28T01:00:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:00:44.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:00:44.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:01:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:01:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:01:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:01:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:01:35.122Z||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-08-28T01:01:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:01:44.681Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:01:44.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:02:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:02:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:02:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:02:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:02:35.122Z||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-08-28T01:02:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:02:44.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:02:44.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:03:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:03:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:03:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:03:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:03:35.123Z||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-08-28T01:03:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:03:44.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:03:44.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:04:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:04:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:04:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:04:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:04:35.122Z||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-08-28T01:04:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:04:44.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:04:44.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:05:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:05:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:05:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:05:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:05:35.123Z||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-08-28T01:05:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:05:44.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:05:44.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:06:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:06:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:06:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:06:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:06:35.122Z||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-08-28T01:06:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:06:44.701Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:06:44.715Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:07:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:07:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:07:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:07:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:07:35.122Z||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-08-28T01:07:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:07:44.687Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:07:44.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:08:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:08:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:08:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:08:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:08:35.122Z||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-08-28T01:08:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:08:44.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:08:44.699Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:09:35.120Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:09:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:09:35.124Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:09:35.124Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:09:35.124Z||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-08-28T01:09:35.124Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:09:44.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:09:44.704Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:10:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:10:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:10:35.121Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:10:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:10:35.122Z||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-08-28T01:10:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:10:44.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:10:44.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:11:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:11:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:11:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:11:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:11:35.122Z||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-08-28T01:11:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:11:44.710Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:11:44.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:12:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:12:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:12:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:12:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:12:35.122Z||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-08-28T01:12:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:12:44.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:12:44.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:13:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:13:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:13:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:13:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:13:35.123Z||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-08-28T01:13:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:13:44.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:13:44.688Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:14:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:14:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:14:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:14:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:14:35.122Z||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-08-28T01:14:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:14:44.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:14:44.713Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:15:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:15:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:15:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:15:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:15:35.123Z||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-08-28T01:15:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:15:44.693Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:15:44.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:35.119Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:16:35.120Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:16:35.120Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:16:35.123Z||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-08-28T01:16:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:36.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:36.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T01:16:36.203Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c7437c4a-276b-4a36-a997-e2e1bcb7cb35","serviceName":"vFW 2022-08-28 01-14-12","serviceVersion":"1.0","serviceUUID":"b8f6e610-c526-4d80-86fe-b63dd51b49c5","serviceDescription":"catalog service description","serviceInvariantUUID":"f41898d0-31d8-45b5-8156-8b5be272639a","resources":[{"resourceInstanceName":"vFW b91ffbf3-bc23 0","resourceName":"vFW b91ffbf3-bc23","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df6cf554-b5a1-45ae-8ef7-9566995b554b","resourceInvariantUUID":"703c1285-825b-4615-8567-d56febdf2ae9","resourceCustomizationUUID":"5869cdc7-d595-4427-86ec-9f7eff4ab4e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vf-license-model.xml","artifactChecksum":"NmYwN2FmOTFhMzA0MzIzODJiNzM2N2M5ZmIxMzA3MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ac837e9-1835-407a-b3cc-639cbd7882f9","artifactVersion":"1"},{"artifactName":"vfwb91ffbf3bc230_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json","artifactChecksum":"ODY3NTNhZjk5ZjIzYTQxNTlmZWMwMjM0OGFiOTQzYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a54cdfda-77b5-4dcb-9ce8-32b9862b484e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"41d8a38a-e7b6-4308-b8cc-972b2cf307c3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vendor-license-model.xml","artifactChecksum":"NTExODYwNTZlNjBlYTFhN2I1ODk0OTQxNGE2YmQyMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"568a8e3d-7c6c-4cd5-b1c3-ec18dcad932d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cafa4239-0561-40e5-828c-6391eb715371","artifactVersion":"2","generatedFromUUID":"41d8a38a-e7b6-4308-b8cc-972b2cf307c3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828011412-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-template.yml","artifactChecksum":"MmE2OTNmYzFkMzgxMzI1M2M2ZDgzZTYxNmIzY2JlNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2dee44d-0a39-48db-97fe-19ca41eb1953","artifactVersion":"1"},{"artifactName":"service-Vfw20220828011412-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar","artifactChecksum":"ZDJkNTU5MmY5OTEzM2RkNmJkYTYyM2VkODMxZDUyZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b70bfc2d-3b9f-4020-8bc2-48cfd4f110c9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-28T01:16:36.221Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:16:36.229Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:36.242Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:36.243Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:16:36.343Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-28T01:16:36.348Z||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-08-28T01:16:36.349Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:36.377Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:36.378Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":4,"count":1}
2022-08-28T01:16:36.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:36.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:16:36.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:16:36.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:16:37.250Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:16:37.251Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:37.253Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:37.253Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "NOTIFIED"
}
2022-08-28T01:16:37.353Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:37.354Z||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-08-28T01:16:37.354Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:37.379Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:37.381Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:16:38.254Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:16:38.255Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:38.257Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:38.257Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T01:16:38.357Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:38.358Z||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-08-28T01:16:38.359Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:38.378Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:38.379Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:16:39.258Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:16:39.259Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:39.261Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:39.262Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:16:39.362Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:39.362Z||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-08-28T01:16:39.363Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:39.386Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:39.387Z||pool-6-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:16:40.262Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:16:40.264Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:40.267Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:40.267Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T01:16:40.368Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-28T01:16:40.369Z||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-08-28T01:16:40.369Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:40.394Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:40.395Z||pool-7-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:16:41.268Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:16:41.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:41.271Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:41.271Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:16:41.371Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T01:16:41.373Z||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-08-28T01:16:41.373Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:41.394Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:41.395Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:16:42.272Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:16:42.273Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:42.285Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:42.285Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:16:42.375Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-08-28T01:16:42.377Z||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-08-28T01:16:42.377Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:42.396Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:42.397Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:16:43.287Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"serviceName": "vFW 2022-08-28 01-14-12",
"serviceVersion": "1.0",
"serviceUUID": "b8f6e610-c526-4d80-86fe-b63dd51b49c5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f41898d0-31d8-45b5-8156-8b5be272639a",
"resources": [
{
"resourceInstanceName": "vFW b91ffbf3-bc23 0",
"resourceCustomizationUUID": "5869cdc7-d595-4427-86ec-9f7eff4ab4e9",
"resourceName": "vFW b91ffbf3-bc23",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "df6cf554-b5a1-45ae-8ef7-9566995b554b",
"resourceInvariantUUID": "703c1285-825b-4615-8567-d56febdf2ae9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb91ffbf3bc230_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"artifactChecksum": "ODY3NTNhZjk5ZjIzYTQxNTlmZWMwMjM0OGFiOTQzYTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a54cdfda-77b5-4dcb-9ce8-32b9862b484e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "41d8a38a-e7b6-4308-b8cc-972b2cf307c3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cafa4239-0561-40e5-828c-6391eb715371",
"generatedFromUUID": "41d8a38a-e7b6-4308-b8cc-972b2cf307c3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cafa4239-0561-40e5-828c-6391eb715371",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220828011412-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"artifactChecksum": "ZDJkNTU5MmY5OTEzM2RkNmJkYTYyM2VkODMxZDUyZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b70bfc2d-3b9f-4020-8bc2-48cfd4f110c9"
}
],
"workloadContext": "Production"
}
2022-08-28T01:16:43.288Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-28T01:16:43.289Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8f6e610-c526-4d80-86fe-b63dd51b49c5 ASDC
2022-08-28T01:16:43.411Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c7437c4a-276b-4a36-a997-e2e1bcb7cb35
ServiceName:vFW 2022-08-28 01-14-12
ServiceVersion:1.0
ServiceUUID:b8f6e610-c526-4d80-86fe-b63dd51b49c5
ServiceInvariantUUID:f41898d0-31d8-45b5-8156-8b5be272639a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220828011412-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar
ArtifactUUID:b70bfc2d-3b9f-4020-8bc2-48cfd4f110c9
ArtifactChecksum:ZDJkNTU5MmY5OTEzM2RkNmJkYTYyM2VkODMxZDUyZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b91ffbf3-bc23 0
ResourceCustomizationUUID:5869cdc7-d595-4427-86ec-9f7eff4ab4e9
ResourceInvariantUUID:703c1285-825b-4615-8567-d56febdf2ae9
ResourceName:vFW b91ffbf3-bc23
ResourceType:VF
ResourceUUID:df6cf554-b5a1-45ae-8ef7-9566995b554b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb91ffbf3bc230_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json
ArtifactUUID:a54cdfda-77b5-4dcb-9ce8-32b9862b484e
ArtifactChecksum:ODY3NTNhZjk5ZjIzYTQxNTlmZWMwMjM0OGFiOTQzYTM=
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/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml
ArtifactUUID:41d8a38a-e7b6-4308-b8cc-972b2cf307c3
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/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env
ArtifactUUID:cafa4239-0561-40e5-828c-6391eb715371
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/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env
ArtifactUUID:cafa4239-0561-40e5-828c-6391eb715371
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-28T01:16:43.412Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8f6e610-c526-4d80-86fe-b63dd51b49c5 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-08-28T01:16:43.642Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T01:16:43.644Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T01:16:43.645Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T01:16:43.646Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b70bfc2d-3b9f-4020-8bc2-48cfd4f110c9 from URL: /sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:43.646Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T01:16:43.647Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:43.823Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T01:16:43.829Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar b70bfc2d-3b9f-4020-8bc2-48cfd4f110c9 100632
2022-08-28T01:16:43.830Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar ASDC sendASDCNotification
2022-08-28T01:16:43.830Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:43.831Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T01:16:43.832Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:43.834Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:43.834Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649403829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:16:43.934Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:43.935Z||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-08-28T01:16:43.935Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:43.959Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:43.960Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:16:44.835Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T01:16:44.836Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T01:16:44.837Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b70bfc2d-3b9f-4020-8bc2-48cfd4f110c9, URL: /sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar to file: /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:44.837Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828011412-csar.csar
2022-08-28T01:16:44.926Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:44.927Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:45.790Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6822461095023147791/Definitions/service-Vfw20220828011412-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-28T01:16:48.517Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-28T01:16:48.523Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-28T01:16:48.523Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.523Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-28T01:16:48.524Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.524Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.524Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.524Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.525Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.525Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.525Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.525Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.525Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.526Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.526Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b91ffbf3-bc23 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-Vfw20220828011412-csar.csar
2022-08-28T01:16:48.526Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-28T01:16:48.538Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.539Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:48.543Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:48.543Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-28T01:16:48.545Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T01:16:48.547Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.548Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:48.548Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:48.548Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-28T01:16:48.548Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T01:16:48.549Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.549Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:48.552Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.552Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is not matching search criteria
2022-08-28T01:16:48.553Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:16:48.553Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:16:48.553Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:16:48.553Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.554Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.554Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:16:48.554Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.555Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:16:48.555Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:16:48.555Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.555Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.556Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:16:48.556Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.556Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:16:48.556Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.556Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-28T01:16:48.557Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.557Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T01:16:48.558Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.559Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:48.559Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:16:48.559Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.559Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:48.560Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:16:48.560Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.560Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:48.560Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:16:48.560Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.561Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is not matching search criteria
2022-08-28T01:16:48.561Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:16:48.561Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:16:48.561Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-28T01:16:48.561Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:16:48.562Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:16:48.562Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.562Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.562Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:16:48.562Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.562Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:16:48.562Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.563Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aff2182f-0903-4c92-8688-3cc5edf48cd6
2022-08-28T01:16:48.563Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.563Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is not matching search criteria
2022-08-28T01:16:48.563Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:16:48.563Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:16:48.564Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:16:48.564Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.564Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.564Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:16:48.564Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.564Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-28T01:16:48.564Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:16:48.565Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.565Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:16:48.565Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.565Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=38cd22e6-3f23-4856-bc4e-2ccae8adb20c
2022-08-28T01:16:48.565Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.566Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is not matching search criteria
2022-08-28T01:16:48.566Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:16:48.566Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:16:48.566Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:16:48.566Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.566Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.566Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:16:48.567Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.567Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:16:48.567Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:16:48.567Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:48.567Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:48.567Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-28T01:16:48.567Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=699d004d-e5ec-4bb8-9be6-899f9e9402f4
2022-08-28T01:16:48.568Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.568Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:48.568Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.568Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:48.568Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.568Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:48.569Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:48.569Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:48.569Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-28 01-14-12
Description:catalog service description
Model UUID:b8f6e610-c526-4d80-86fe-b63dd51b49c5
Model Version:NULL
Model InvariantUuid:f41898d0-31d8-45b5-8156-8b5be272639a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b91ffbf3-bc23
Model UUID:1155def2-c2b2-4833-bf48-0401b16dbf47
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:703c1285-825b-4615-8567-d56febdf2ae9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5869cdc7-d595-4427-86ec-9f7eff4ab4e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c1107de6-f070-4205-82b1-0868a4f24f99
ModelName:VfwB91ffbf3Bc23..base_vfw..module-0
ModelUuid:6ac14f13-7ec9-492b-af29-e4bd991e3f85
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:aff2182f-0903-4c92-8688-3cc5edf48cd6
ModelInvariantUuid:1a9d2f64-57d6-4eb0-be38-d8d5f6833e50
ModelName:vFW b91ffbf3-bc23-nodes.vfwCvfc
ModelUuid:e0a0bd2f-8dd7-4339-b3ed-6fb4d0e1042f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:d62389c0-568f-4827-94ab-3edac9337fdc
ModelInvariantUuid:9a991f9b-f088-4e27-83cb-230efe0e47e1
ModelName:VfwB91ffbf3Bc23.compute.nodes.heat.vfw
ModelUuid:687af604-43f0-4632-b3a9-607fe19639d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:38cd22e6-3f23-4856-bc4e-2ccae8adb20c
ModelInvariantUuid:1cff51ab-5c1d-4a1d-9eb4-84901b3011f2
ModelName:vFW b91ffbf3-bc23-nodes.vsnCvfc
ModelUuid:6137b1d2-742b-4992-b9c2-6132e445dd3f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:de046415-d930-44ea-97ee-c63132eb3857
ModelInvariantUuid:e4d3b847-2a20-4b84-980a-1a22ceab6b84
ModelName:VfwB91ffbf3Bc23.compute.nodes.heat.vsn
ModelUuid:064face4-124b-48cd-9852-102aba5914ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:699d004d-e5ec-4bb8-9be6-899f9e9402f4
ModelInvariantUuid:27e23861-88bd-4ae2-8bf0-0abb96bfcfef
ModelName:vFW b91ffbf3-bc23-nodes.vpgCvfc
ModelUuid:0dd8dccb-f82e-4668-9c8b-7a345910a71f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:33058f42-bd2e-4ae2-a63f-7fa7016a0d4d
ModelInvariantUuid:70a5bb21-f0fb-4f00-9158-440ce1c07301
ModelName:VfwB91ffbf3Bc23.compute.nodes.heat.vpg
ModelUuid:744c7868-c287-426f-96ef-4a021b663c2d
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-08-28T01:16:48.588Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: df6cf554-b5a1-45ae-8ef7-9566995b554b
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-08-28T01:16:48.643Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||vFW b91ffbf3-bc23 0
2022-08-28T01:16:48.649Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df6cf554-b5a1-45ae-8ef7-9566995b554b
2022-08-28T01:16:48.649Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a54cdfda-77b5-4dcb-9ce8-32b9862b484e from URL: /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json
2022-08-28T01:16:48.649Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T01:16:48.649Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json
2022-08-28T01:16:48.755Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T01:16:48.755Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json a54cdfda-77b5-4dcb-9ce8-32b9862b484e 785
2022-08-28T01:16:48.755Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json ASDC sendASDCNotification
2022-08-28T01:16:48.756Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json
2022-08-28T01:16:48.756Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T01:16:48.756Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:48.758Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:48.758Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649408755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:16:48.859Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:48.860Z||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-08-28T01:16:48.860Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:48.880Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:48.880Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:16:49.760Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB91ffbf3Bc23..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1107de6-f070-4205-82b1-0868a4f24f99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6ac14f13-7ec9-492b-af29-e4bd991e3f85",
"vfModuleModelCustomizationUUID": "860ea94c-0a27-46d4-b6ee-9887cd0747e9",
"isBase": true,
"artifacts": [
"41d8a38a-e7b6-4308-b8cc-972b2cf307c3",
"cafa4239-0561-40e5-828c-6391eb715371"
],
"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-08-28T01:16:49.777Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB91ffbf3Bc23..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ac14f13-7ec9-492b-af29-e4bd991e3f85
VfModuleModelInvariantUUID:c1107de6-f070-4205-82b1-0868a4f24f99
VfModuleModelDescription:NULL
Artifacts UUID List:{
41d8a38a-e7b6-4308-b8cc-972b2cf307c3
,
cafa4239-0561-40e5-828c-6391eb715371
}
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-08-28T01:16:49.781Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB91ffbf3Bc23..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c1107de6-f070-4205-82b1-0868a4f24f99",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6ac14f13-7ec9-492b-af29-e4bd991e3f85",
"vfModuleModelCustomizationUUID": "860ea94c-0a27-46d4-b6ee-9887cd0747e9",
"isBase": true,
"artifacts": [
"41d8a38a-e7b6-4308-b8cc-972b2cf307c3",
"cafa4239-0561-40e5-828c-6391eb715371"
],
"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-08-28T01:16:49.781Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB91ffbf3Bc23..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ac14f13-7ec9-492b-af29-e4bd991e3f85
VfModuleModelInvariantUUID:c1107de6-f070-4205-82b1-0868a4f24f99
VfModuleModelDescription:NULL
Artifacts UUID List:{
41d8a38a-e7b6-4308-b8cc-972b2cf307c3
,
cafa4239-0561-40e5-828c-6391eb715371
}
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-08-28T01:16:49.781Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 41d8a38a-e7b6-4308-b8cc-972b2cf307c3 from URL: /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml
2022-08-28T01:16:49.781Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T01:16:49.782Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml
2022-08-28T01:16:49.928Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T01:16:49.928Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml 41d8a38a-e7b6-4308-b8cc-972b2cf307c3 20368
2022-08-28T01:16:49.929Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-28T01:16:49.929Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml
2022-08-28T01:16:49.929Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T01:16:49.930Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:49.931Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:49.932Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649409929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:16:50.032Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:50.033Z||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-08-28T01:16:50.033Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:50.054Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:50.054Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:16:50.932Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cafa4239-0561-40e5-828c-6391eb715371 from URL: /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env
2022-08-28T01:16:50.933Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T01:16:50.933Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env
2022-08-28T01:16:51.145Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T01:16:51.145Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env cafa4239-0561-40e5-828c-6391eb715371 2098
2022-08-28T01:16:51.145Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-28T01:16:51.146Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env
2022-08-28T01:16:51.146Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T01:16:51.146Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:51.148Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:51.148Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649411145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:16:51.248Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:51.249Z||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-08-28T01:16:51.249Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:51.270Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:51.270Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:16:52.149Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b8f6e610-c526-4d80-86fe-b63dd51b49c5
2022-08-28T01:16:52.150Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b91ffbf3-bc23 0 df6cf554-b5a1-45ae-8ef7-9566995b554b 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-08-28T01:16:52.209Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@141acaeb, org.onap.sdc.toscaparser.api.parameters.Input@32951ac2, org.onap.sdc.toscaparser.api.parameters.Input@45a3250f, org.onap.sdc.toscaparser.api.parameters.Input@58807d63, org.onap.sdc.toscaparser.api.parameters.Input@1a0fb90a]
2022-08-28T01:16:52.213Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.213Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:52.214Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-08-28T01:16:52.214Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5869cdc7-d595-4427-86ec-9f7eff4ab4e9
2022-08-28T01:16:52.215Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5869cdc7-d595-4427-86ec-9f7eff4ab4e9 matches Tosca VF Customization UUID: 5869cdc7-d595-4427-86ec-9f7eff4ab4e9
2022-08-28T01:16:52.215Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5869cdc7-d595-4427-86ec-9f7eff4ab4e9 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-08-28T01:16:52.230Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.231Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:52.232Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5869cdc7-d595-4427-86ec-9f7eff4ab4e9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-28T01:16:52.232Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52c55786
2022-08-28T01:16:52.233Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.233Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T01:16:52.234Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 860ea94c-0a27-46d4-b6ee-9887cd0747e9
2022-08-28T01:16:52.235Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 860ea94c-0a27-46d4-b6ee-9887cd0747e9
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-08-28T01:16:52.249Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.249Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:52.250Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:16:52.251Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.252Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:52.252Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:16:52.252Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.253Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is not matching search criteria
2022-08-28T01:16:52.253Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:16:52.253Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:16:52.253Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-28T01:16:52.253Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:16:52.254Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:16:52.254Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:52.254Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:52.254Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:16:52.254Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:52.255Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:16:52.255Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:52.255Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aff2182f-0903-4c92-8688-3cc5edf48cd6
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-08-28T01:16:52.268Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.269Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:52.269Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:16:52.269Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.269Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is not matching search criteria
2022-08-28T01:16:52.270Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:16:52.270Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:16:52.270Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:16:52.270Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:52.270Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:52.271Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:16:52.271Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:52.271Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-28T01:16:52.271Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:16:52.272Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:52.272Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:16:52.272Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:52.272Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=38cd22e6-3f23-4856-bc4e-2ccae8adb20c
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-08-28T01:16:52.277Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.277Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:52.277Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:16:52.280Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.280Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is not matching search criteria
2022-08-28T01:16:52.280Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:16:52.280Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:16:52.281Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:16:52.281Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:52.281Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:52.281Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:16:52.281Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:16:52.282Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:16:52.282Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:16:52.282Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:16:52.282Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:16:52.282Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-28T01:16:52.282Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=699d004d-e5ec-4bb8-9be6-899f9e9402f4
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-08-28T01:16:52.285Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.286Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:52.286Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:16:52.287Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.287Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Node template vFW b91ffbf3-bc23 0 is matching search criteria
2022-08-28T01:16:52.288Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW b91ffbf3-bc23 0] matching following query criteria: sdcType=VF, customizationUUID=5869cdc7-d595-4427-86ec-9f7eff4ab4e9
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-08-28T01:16:52.291Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.291Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:52.291Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b8f6e610-c526-4d80-86fe-b63dd51b49c5: vFW b91ffbf3-bc23
2022-08-28T01:16:52.292Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.292Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:52.292Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.292Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:52.292Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.292Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:52.293Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.293Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:52.293Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:16:52.293Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-14-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:16:52.293Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-08-28 01-14-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-28T01:16:52.800Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b91ffbf3-bc23 df6cf554-b5a1-45ae-8ef7-9566995b554b 1 ASDC deployResourceStructure
2022-08-28T01:16:52.801Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json ASDC sendASDCNotification
2022-08-28T01:16:52.802Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json
2022-08-28T01:16:52.802Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T01:16:52.802Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:52.804Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:52.804Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649412801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T01:16:52.905Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:52.905Z||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-08-28T01:16:52.906Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:52.926Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:52.927Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:16:53.805Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-28T01:16:53.805Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml
2022-08-28T01:16:53.806Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T01:16:53.806Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:53.808Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:53.808Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649413805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-28T01:16:53.909Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T01:16:53.909Z||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-08-28T01:16:53.910Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:53.935Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:53.936Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:16:54.810Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-28T01:16:54.810Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env
2022-08-28T01:16:54.810Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T01:16:54.811Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:54.813Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:54.813Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649414810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-28T01:16:54.913Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:54.914Z||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-08-28T01:16:54.914Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:54.938Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:54.939Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:16:55.814Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar ASDC sendASDCNotification
2022-08-28T01:16:55.814Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar
2022-08-28T01:16:55.814Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T01:16:55.814Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:16:55.816Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:16:55.816Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649415813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T01:16:55.916Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:16:55.917Z||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-08-28T01:16:55.918Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:16:55.956Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:16:55.957Z||pool-17-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:16:56.817Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:16:56.857Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:16:56.860Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T01:16:56.860Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T01:16:56.860Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T01:17:26.861Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:17:26.882Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:17:26.886Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T01:17:26.887Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T01:17:26.887Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T01:17:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:17:35.123Z||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-08-28T01:17:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:17:35.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:17:35.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:17:35.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "cds",
"timestamp": 1661649387904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:17:35.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:17:56.887Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:17:56.917Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:17:56.920Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T01:17:56.920Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T01:17:56.920Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T01:18:26.921Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:18:26.937Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:18:26.940Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T01:18:26.940Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T01:18:26.940Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T01:18:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:18:35.123Z||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-08-28T01:18:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:18:35.674Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:18:35.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "cds",
"timestamp": 1661649387904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "cds",
"timestamp": 1661649387904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "cds",
"timestamp": 1661649387904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649399945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "cds",
"timestamp": 1661649387904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649399945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "cds",
"timestamp": 1661649387904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649399945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649395119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "cds",
"timestamp": 1661649387904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649399945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "cds",
"timestamp": 1661649405076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649403829,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.697Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649399945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.697Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.697Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649399945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649399945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649408004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.699Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649409308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649408755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649410529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649409929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649411735,
"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-08-28T01:18:35.713Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c7437c4a-276b-4a36-a997-e2e1bcb7cb35
2022-08-28T01:18:35.713Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7437c4a-276b-4a36-a997-e2e1bcb7cb35 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-08-28T01:18:35.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649411145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661649412746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T01:18:35.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649412801,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T01:18:35.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649413805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-28T01:18:35.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649414810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-28T01:18:35.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649414476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649415347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649415813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T01:18:35.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649414476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649415347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vfwb91ffbf3bc230_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649414476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649415347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649414476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649415347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649414476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649415347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/resourceInstances/vfwb91ffbf3bc230/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649414476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649415347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:18:35.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649414476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649415347,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:18:35.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-08-28T01:18:35.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649422415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649423361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:18:35.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649423448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T01:18:35.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649424467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T01:18:35.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "aai-ml",
"timestamp": 1661649425472,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-28T01:18:35.769Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c7437c4a-276b-4a36-a997-e2e1bcb7cb35
2022-08-28T01:18:35.769Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7437c4a-276b-4a36-a997-e2e1bcb7cb35 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-08-28T01:18:35.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649432888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828011412/1.0/artifacts/service-Vfw20220828011412-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T01:18:35.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:18:35.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:18:35.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661649433897,
"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-08-28T01:18:35.791Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c7437c4a-276b-4a36-a997-e2e1bcb7cb35
2022-08-28T01:18:35.791Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c7437c4a-276b-4a36-a997-e2e1bcb7cb35 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-08-28T01:18:56.941Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:18:56.962Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35
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-08-28T01:18:56.967Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T01:18:56.968Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-28T01:18:56.968Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-28T01:18:56.968Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-28T01:18:56.968Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-28T01:18:56.968Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-28T01:18:56.988Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-28T01:19:26.989Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35 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-08-28T01:19:27.007Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c7437c4a-276b-4a36-a997-e2e1bcb7cb35 and serviceModelVersionId: b8f6e610-c526-4d80-86fe-b63dd51b49c5
2022-08-28T01:19:27.008Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f41898d0-31d8-45b5-8156-8b5be272639a
2022-08-28T01:19:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:19:35.123Z||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-08-28T01:19:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:19:41.410Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0
2022-08-28T01:19:41.567Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-28T01:19:42.065Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0|INFO|500||Invoke
2022-08-28T01:19:42.072Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c7437c4a-276b-4a36-a997-e2e1bcb7cb35], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c4e63fb-ff12-4c0b-bc3f-ce82e70d6758], X-ECOMP-RequestID=[c7437c4a-276b-4a36-a997-e2e1bcb7cb35], X-TransactionId=[], X-ONAP-RequestID=[c7437c4a-276b-4a36-a997-e2e1bcb7cb35], Content-Type=[application/merge-patch+json]}
2022-08-28T01:19:42.093Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-28T01:19:42.127Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0 has http status code:503 and response headers:{date=[Sun, 28 Aug 2022 01:19:41 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-28T01:19:42.130Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T01:19:42.131Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/f41898d0-31d8-45b5-8156-8b5be272639a/model-vers/model-ver/b8f6e610-c526-4d80-86fe-b63dd51b49c5?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-28T01:19:42.150Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=c7437c4a-276b-4a36-a997-e2e1bcb7cb35 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T01:19:42.151Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c7437c4a-276b-4a36-a997-e2e1bcb7cb35 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-28T01:19:42.152Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c7437c4a-276b-4a36-a997-e2e1bcb7cb35 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T01:19:42.152Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=c7437c4a-276b-4a36-a997-e2e1bcb7cb35 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-08-28T01:19:42.164Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-28T01:19:42.165Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c7437c4a-276b-4a36-a997-e2e1bcb7cb35 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=c7437c4a-276b-4a36-a997-e2e1bcb7cb35 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T01:19:42.166Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-28T01:19:42.167Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:19:42.171Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:19:42.171Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649582165,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc7437c4a-276b-4a36-a997-e2e1bcb7cb35 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-28T01:19:42.271Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:19:42.272Z||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-08-28T01:19:42.272Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:19:42.310Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:19:42.311Z||pool-18-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:19:43.003Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:19:43.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-28T01:19:43.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c7437c4a-276b-4a36-a997-e2e1bcb7cb35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661649582165,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003dc7437c4a-276b-4a36-a997-e2e1bcb7cb35 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-28T01:19:43.007Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-28T01:19:43.193Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:19:43.194Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:19:43.194Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:19:53.616Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:19:53.618Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:19:53.619Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:19:53.619Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:20:03.188Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:20:03.189Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:20:03.190Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:20:03.190Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:20:12.748Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:20:35.119Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:20:35.121Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:20:35.121Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:20:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:20:35.122Z||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-08-28T01:20:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:20:44.711Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:20:44.712Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:21:35.119Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:21:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:21:35.121Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:21:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:21:35.123Z||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-08-28T01:21:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:21:44.677Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:21:44.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:22:35.119Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:22:35.121Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:22:35.121Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:22:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:22:35.122Z||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-08-28T01:22:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:22:44.684Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:22:44.692Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:23:35.119Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:23:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:23:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:23:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:23:35.123Z||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-08-28T01:23:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:23:44.738Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:23:44.766Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:24:35.119Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:24:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:24:35.121Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:24:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:24:35.123Z||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-08-28T01:24:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:24:44.688Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:24:44.745Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:25:35.119Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:25:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:25:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:25:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:25:35.123Z||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-08-28T01:25:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:25:44.693Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:25:44.704Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:26:35.119Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:26:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:26:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:26:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:26:35.122Z||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-08-28T01:26:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:26:44.695Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:26:44.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:35.119Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:27:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:27:35.120Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:27:35.122Z||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-08-28T01:27:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:35.769Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:35.771Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.772Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"91c4f705-1ed7-4ad1-bc47-323e14f61363","serviceName":"vFW 2022-08-28 01-25-08","serviceVersion":"1.0","serviceUUID":"a9d3d86d-efb1-44ad-9e58-55cc15dd3be4","serviceDescription":"catalog service description","serviceInvariantUUID":"bc28d355-834a-4054-8001-45c9037c6690","resources":[{"resourceInstanceName":"vFW dc1663ea-7208 0","resourceName":"vFW dc1663ea-7208","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e1dca82-051f-4ab1-9788-884ee3fe871b","resourceInvariantUUID":"df19a5a1-5262-4956-8c4d-80e557bda38b","resourceCustomizationUUID":"aee3b10b-2b31-450a-a568-e8e95e6310b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vf-license-model.xml","artifactChecksum":"ZjA3MjMxNzQwZDVmNTUzODM5NDczMWVhMGRlNTI5NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1a8f41e-eef4-4235-b91b-8bf9831d9a1f","artifactVersion":"1"},{"artifactName":"vfwdc1663ea72080_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json","artifactChecksum":"NzcxOWJlYjQwMjUxMzM3NzA3OGIwZTg5ODEzMTY1MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ef05f819-e1d1-40ef-9b3f-36488d468bab","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02f3660f-201d-4e93-ae47-24521b60a45f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vendor-license-model.xml","artifactChecksum":"NTQyM2YxMTFlMDM1YzlhMGNhZWY4OWFmZWNhZWEyYWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c78c3523-7e50-459b-9c7a-2cb8a2eba275","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7","artifactVersion":"2","generatedFromUUID":"02f3660f-201d-4e93-ae47-24521b60a45f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220828012508-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-template.yml","artifactChecksum":"YzgwZjVjZDFjNDZmODYxYTMwNjZiMzY1YjVlNjE3NmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a638573e-518c-484c-9b8a-ca14f4564510","artifactVersion":"1"},{"artifactName":"service-Vfw20220828012508-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar","artifactChecksum":"MDhkYTk2MjMwYTBiOWI2OTViN2ViNWI2NDlhZmNjYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bea60d9-a53e-41f2-8f4f-b3b905664070","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-28T01:27:35.779Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:27:35.780Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:35.783Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:35.784Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:35.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650014476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "cds",
"timestamp": 1661650017904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650015348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650019928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650014476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "cds",
"timestamp": 1661650017904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650015348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650019928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "NOTIFIED"
}
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650014476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "cds",
"timestamp": 1661650017904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650015348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650019928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T01:27:35.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "cds",
"timestamp": 1661650017904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650014476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650015348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650019928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650014476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "cds",
"timestamp": 1661650017904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650015348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650019928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T01:27:35.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650014476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "cds",
"timestamp": 1661650017904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650015348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650019928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650014476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "cds",
"timestamp": 1661650017904,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:27:35.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650015348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:27:35.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650019928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:27:35.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:27:35.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "cds",
"timestamp": 1661650033164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:35.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650031772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:35.804Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650032693,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:35.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650032667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:35.805Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650032780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T01:27:35.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650033820,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:35.806Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650033784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T01:27:35.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650034959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:35.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "aai-ml",
"timestamp": 1661650034788,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-28T01:27:35.836Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 91c4f705-1ed7-4ad1-bc47-323e14f61363
2022-08-28T01:27:35.837Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c4f705-1ed7-4ad1-bc47-323e14f61363 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-08-28T01:27:35.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650036194,
"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-08-28T01:27:35.864Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91c4f705-1ed7-4ad1-bc47-323e14f61363
2022-08-28T01:27:35.864Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c4f705-1ed7-4ad1-bc47-323e14f61363 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-08-28T01:27:35.883Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T01:27:35.884Z||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-08-28T01:27:35.884Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:35.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661650037204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T01:27:35.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650038931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T01:27:35.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:27:35.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:27:35.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661650039936,
"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-08-28T01:27:35.894Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91c4f705-1ed7-4ad1-bc47-323e14f61363
2022-08-28T01:27:35.894Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91c4f705-1ed7-4ad1-bc47-323e14f61363 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-08-28T01:27:35.931Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:35.932Z||pool-19-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:27:36.784Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:27:36.785Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:36.787Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:36.787Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "NOTIFIED"
}
2022-08-28T01:27:36.888Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:27:36.889Z||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-08-28T01:27:36.889Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:36.910Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:36.910Z||pool-20-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:27:37.788Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:27:37.789Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:37.792Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:37.792Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T01:27:37.892Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:27:37.894Z||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-08-28T01:27:37.894Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:37.916Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:37.916Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:38.793Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:27:38.794Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:38.796Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:38.796Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:38.897Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-28T01:27:38.898Z||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-08-28T01:27:38.898Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:38.916Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:38.917Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:39.797Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:27:39.798Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:39.801Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:39.801Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T01:27:39.901Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:27:39.902Z||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-08-28T01:27:39.902Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:39.921Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:39.921Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:27:40.802Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:27:40.802Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:40.805Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:40.805Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:27:40.905Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:27:40.906Z||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-08-28T01:27:40.906Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:40.926Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:40.927Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:27:41.805Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T01:27:41.806Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:41.808Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:41.808Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:27:41.909Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T01:27:41.909Z||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-08-28T01:27:41.909Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:41.930Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:41.931Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:27:42.810Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"serviceName": "vFW 2022-08-28 01-25-08",
"serviceVersion": "1.0",
"serviceUUID": "a9d3d86d-efb1-44ad-9e58-55cc15dd3be4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bc28d355-834a-4054-8001-45c9037c6690",
"resources": [
{
"resourceInstanceName": "vFW dc1663ea-7208 0",
"resourceCustomizationUUID": "aee3b10b-2b31-450a-a568-e8e95e6310b6",
"resourceName": "vFW dc1663ea-7208",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3e1dca82-051f-4ab1-9788-884ee3fe871b",
"resourceInvariantUUID": "df19a5a1-5262-4956-8c4d-80e557bda38b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdc1663ea72080_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"artifactChecksum": "NzcxOWJlYjQwMjUxMzM3NzA3OGIwZTg5ODEzMTY1MTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef05f819-e1d1-40ef-9b3f-36488d468bab",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "02f3660f-201d-4e93-ae47-24521b60a45f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7",
"generatedFromUUID": "02f3660f-201d-4e93-ae47-24521b60a45f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220828012508-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"artifactChecksum": "MDhkYTk2MjMwYTBiOWI2OTViN2ViNWI2NDlhZmNjYzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0bea60d9-a53e-41f2-8f4f-b3b905664070"
}
],
"workloadContext": "Production"
}
2022-08-28T01:27:42.811Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-28T01:27:42.811Z|c7437c4a-276b-4a36-a997-e2e1bcb7cb35|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9d3d86d-efb1-44ad-9e58-55cc15dd3be4 ASDC
2022-08-28T01:27:42.812Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:91c4f705-1ed7-4ad1-bc47-323e14f61363
ServiceName:vFW 2022-08-28 01-25-08
ServiceVersion:1.0
ServiceUUID:a9d3d86d-efb1-44ad-9e58-55cc15dd3be4
ServiceInvariantUUID:bc28d355-834a-4054-8001-45c9037c6690
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220828012508-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar
ArtifactUUID:0bea60d9-a53e-41f2-8f4f-b3b905664070
ArtifactChecksum:MDhkYTk2MjMwYTBiOWI2OTViN2ViNWI2NDlhZmNjYzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dc1663ea-7208 0
ResourceCustomizationUUID:aee3b10b-2b31-450a-a568-e8e95e6310b6
ResourceInvariantUUID:df19a5a1-5262-4956-8c4d-80e557bda38b
ResourceName:vFW dc1663ea-7208
ResourceType:VF
ResourceUUID:3e1dca82-051f-4ab1-9788-884ee3fe871b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdc1663ea72080_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json
ArtifactUUID:ef05f819-e1d1-40ef-9b3f-36488d468bab
ArtifactChecksum:NzcxOWJlYjQwMjUxMzM3NzA3OGIwZTg5ODEzMTY1MTM=
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/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml
ArtifactUUID:02f3660f-201d-4e93-ae47-24521b60a45f
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/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env
ArtifactUUID:b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7
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/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env
ArtifactUUID:b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-08-28T01:27:42.813Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9d3d86d-efb1-44ad-9e58-55cc15dd3be4 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-08-28T01:27:42.855Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T01:27:42.857Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T01:27:42.857Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T01:27:42.857Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0bea60d9-a53e-41f2-8f4f-b3b905664070 from URL: /sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:42.858Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T01:27:42.858Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:42.970Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T01:27:42.973Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar 0bea60d9-a53e-41f2-8f4f-b3b905664070 100663
2022-08-28T01:27:42.974Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar ASDC sendASDCNotification
2022-08-28T01:27:42.974Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:42.974Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T01:27:42.975Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:42.978Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:42.979Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650062973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:43.079Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:27:43.080Z||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-08-28T01:27:43.080Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:43.100Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:43.100Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:43.979Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T01:27:43.981Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T01:27:43.981Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0bea60d9-a53e-41f2-8f4f-b3b905664070, URL: /sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar to file: /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:43.982Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220828012508-csar.csar
2022-08-28T01:27:43.982Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:43.982Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:44.252Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13774391638541834514/Definitions/service-Vfw20220828012508-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-28T01:27:46.418Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-28T01:27:46.419Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-28T01:27:46.419Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.419Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-28T01:27:46.419Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.419Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.420Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.420Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.420Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.420Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.420Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.420Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.420Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.420Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.421Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dc1663ea-7208 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-Vfw20220828012508-csar.csar
2022-08-28T01:27:46.421Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-28T01:27:46.421Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.421Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:46.421Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:46.422Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-28T01:27:46.422Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T01:27:46.422Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.422Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:46.422Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:46.423Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-28T01:27:46.423Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T01:27:46.423Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.423Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:46.423Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.424Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is not matching search criteria
2022-08-28T01:27:46.424Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:27:46.424Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:27:46.424Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:27:46.424Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.424Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.425Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:27:46.425Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.425Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:27:46.425Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:27:46.425Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.425Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.426Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:27:46.426Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.426Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:27:46.426Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.426Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-28T01:27:46.426Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.426Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T01:27:46.427Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.427Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:46.427Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:27:46.427Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.427Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:46.428Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:27:46.428Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.428Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:46.428Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:27:46.428Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.428Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is not matching search criteria
2022-08-28T01:27:46.429Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:27:46.429Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:27:46.429Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-28T01:27:46.429Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:27:46.429Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:27:46.429Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.430Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.430Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:27:46.430Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.430Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:27:46.430Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.430Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82b59856-c82c-4789-a2e4-0fc0c886ed15
2022-08-28T01:27:46.431Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.431Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is not matching search criteria
2022-08-28T01:27:46.431Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:27:46.431Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:27:46.431Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:27:46.431Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.432Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.432Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:27:46.432Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.432Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-28T01:27:46.432Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:27:46.432Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.433Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:27:46.433Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.433Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d7ddb2e-81fe-459b-b154-223bb4f30be1
2022-08-28T01:27:46.433Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.433Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is not matching search criteria
2022-08-28T01:27:46.433Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:27:46.434Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:27:46.434Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:27:46.434Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.434Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.434Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:27:46.434Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.434Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:27:46.435Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:27:46.435Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:46.435Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:46.435Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-28T01:27:46.435Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a3ce4a6c-ba40-4bd8-a728-41dbc11b210e
2022-08-28T01:27:46.435Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.436Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:46.436Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.436Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:46.436Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.436Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:46.436Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:46.437Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:46.437Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-08-28 01-25-08
Description:catalog service description
Model UUID:a9d3d86d-efb1-44ad-9e58-55cc15dd3be4
Model Version:NULL
Model InvariantUuid:bc28d355-834a-4054-8001-45c9037c6690
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW dc1663ea-7208
Model UUID:ade26fff-b16c-4c87-a9bb-e8498a84c50b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df19a5a1-5262-4956-8c4d-80e557bda38b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:aee3b10b-2b31-450a-a568-e8e95e6310b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:55789d01-ab40-4cbc-9046-76c3b671b9ee
ModelName:VfwDc1663ea7208..base_vfw..module-0
ModelUuid:8af8015e-d82d-48ce-9fc8-20caa2504026
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:82b59856-c82c-4789-a2e4-0fc0c886ed15
ModelInvariantUuid:565dfe76-3ed1-4ed3-b59f-639bfe0db9d6
ModelName:vFW dc1663ea-7208-nodes.vfwCvfc
ModelUuid:82e07b01-7a9d-468f-9fbc-331a7acaf6a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5e380c59-04e6-44c0-8691-e1d12bcd2d41
ModelInvariantUuid:4a9ac9ac-a894-4972-813d-25137a987d42
ModelName:VfwDc1663ea7208.compute.nodes.heat.vfw
ModelUuid:ac4c239b-7526-4f2e-9083-859306b66e77
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2d7ddb2e-81fe-459b-b154-223bb4f30be1
ModelInvariantUuid:b71ab024-db0a-481d-b736-85bddb0aa8a1
ModelName:vFW dc1663ea-7208-nodes.vsnCvfc
ModelUuid:1e36dfa7-2945-4a83-88f1-cc73b5bca0df
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:442a4bb0-919f-43c7-9b71-955e438ca280
ModelInvariantUuid:f2220ca8-e512-4264-949c-f82a380e6134
ModelName:VfwDc1663ea7208.compute.nodes.heat.vsn
ModelUuid:5dad9613-0a4b-4815-90c6-425bfee2b6d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a3ce4a6c-ba40-4bd8-a728-41dbc11b210e
ModelInvariantUuid:a02b0477-fade-4da8-923f-718ea5ed8e23
ModelName:vFW dc1663ea-7208-nodes.vpgCvfc
ModelUuid:b8e235f3-fee6-42a4-8587-0836c680f3c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:83301726-4683-451e-80fd-f509f5f7a758
ModelInvariantUuid:47f021c2-5e88-4ac8-b041-a9c4999e18f1
ModelName:VfwDc1663ea7208.compute.nodes.heat.vpg
ModelUuid:31ea4119-2e4a-4f26-a538-2077da93ae0e
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-08-28T01:27:46.450Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e1dca82-051f-4ab1-9788-884ee3fe871b
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-08-28T01:27:46.457Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||vFW dc1663ea-7208 0
2022-08-28T01:27:46.457Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e1dca82-051f-4ab1-9788-884ee3fe871b
2022-08-28T01:27:46.458Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef05f819-e1d1-40ef-9b3f-36488d468bab from URL: /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json
2022-08-28T01:27:46.458Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T01:27:46.458Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json
2022-08-28T01:27:46.601Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T01:27:46.602Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json ef05f819-e1d1-40ef-9b3f-36488d468bab 785
2022-08-28T01:27:46.602Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json ASDC sendASDCNotification
2022-08-28T01:27:46.603Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json
2022-08-28T01:27:46.603Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T01:27:46.603Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:46.605Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:46.605Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650066602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:46.705Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T01:27:46.707Z||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-08-28T01:27:46.707Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:46.729Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:46.730Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:47.606Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDc1663ea7208..base_vfw..module-0",
"vfModuleModelInvariantUUID": "55789d01-ab40-4cbc-9046-76c3b671b9ee",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8af8015e-d82d-48ce-9fc8-20caa2504026",
"vfModuleModelCustomizationUUID": "9c727eaa-9f4f-4fa7-965c-1c225414c0be",
"isBase": true,
"artifacts": [
"02f3660f-201d-4e93-ae47-24521b60a45f",
"b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7"
],
"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-08-28T01:27:47.612Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDc1663ea7208..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8af8015e-d82d-48ce-9fc8-20caa2504026
VfModuleModelInvariantUUID:55789d01-ab40-4cbc-9046-76c3b671b9ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
02f3660f-201d-4e93-ae47-24521b60a45f
,
b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7
}
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-08-28T01:27:47.614Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDc1663ea7208..base_vfw..module-0",
"vfModuleModelInvariantUUID": "55789d01-ab40-4cbc-9046-76c3b671b9ee",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8af8015e-d82d-48ce-9fc8-20caa2504026",
"vfModuleModelCustomizationUUID": "9c727eaa-9f4f-4fa7-965c-1c225414c0be",
"isBase": true,
"artifacts": [
"02f3660f-201d-4e93-ae47-24521b60a45f",
"b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7"
],
"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-08-28T01:27:47.614Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDc1663ea7208..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8af8015e-d82d-48ce-9fc8-20caa2504026
VfModuleModelInvariantUUID:55789d01-ab40-4cbc-9046-76c3b671b9ee
VfModuleModelDescription:NULL
Artifacts UUID List:{
02f3660f-201d-4e93-ae47-24521b60a45f
,
b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7
}
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-08-28T01:27:47.614Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02f3660f-201d-4e93-ae47-24521b60a45f from URL: /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml
2022-08-28T01:27:47.614Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T01:27:47.614Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml
2022-08-28T01:27:47.787Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T01:27:47.788Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml 02f3660f-201d-4e93-ae47-24521b60a45f 20368
2022-08-28T01:27:47.789Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-28T01:27:47.789Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml
2022-08-28T01:27:47.789Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T01:27:47.789Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:47.792Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:47.792Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650067789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:47.894Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-28T01:27:47.895Z||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-08-28T01:27:47.895Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:47.914Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:47.914Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:48.792Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7 from URL: /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env
2022-08-28T01:27:48.793Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T01:27:48.793Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env
2022-08-28T01:27:48.895Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T01:27:48.895Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env b54a9740-8f2c-406d-a5cc-ce3a6d1be2f7 2098
2022-08-28T01:27:48.896Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-28T01:27:48.896Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env
2022-08-28T01:27:48.896Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T01:27:48.896Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:48.898Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:48.898Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650068896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:27:48.998Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T01:27:48.999Z||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-08-28T01:27:48.999Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:49.023Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:49.024Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-28T01:27:49.899Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a9d3d86d-efb1-44ad-9e58-55cc15dd3be4
2022-08-28T01:27:49.899Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dc1663ea-7208 0 3e1dca82-051f-4ab1-9788-884ee3fe871b 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-08-28T01:27:49.928Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7daad31a, org.onap.sdc.toscaparser.api.parameters.Input@7548590e, org.onap.sdc.toscaparser.api.parameters.Input@42bedc35, org.onap.sdc.toscaparser.api.parameters.Input@78750849, org.onap.sdc.toscaparser.api.parameters.Input@53ec365e]
2022-08-28T01:27:49.930Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.930Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:49.930Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-08-28T01:27:49.930Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= aee3b10b-2b31-450a-a568-e8e95e6310b6
2022-08-28T01:27:49.930Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aee3b10b-2b31-450a-a568-e8e95e6310b6 matches Tosca VF Customization UUID: aee3b10b-2b31-450a-a568-e8e95e6310b6
2022-08-28T01:27:49.930Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: aee3b10b-2b31-450a-a568-e8e95e6310b6 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-08-28T01:27:49.934Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.935Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:49.935Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id aee3b10b-2b31-450a-a568-e8e95e6310b6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-28T01:27:49.935Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d7cfd1
2022-08-28T01:27:49.935Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.936Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-28T01:27:49.936Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9c727eaa-9f4f-4fa7-965c-1c225414c0be
2022-08-28T01:27:49.936Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9c727eaa-9f4f-4fa7-965c-1c225414c0be
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-08-28T01:27:49.939Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.940Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:49.940Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:27:49.940Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.940Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:49.940Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:27:49.941Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.941Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is not matching search criteria
2022-08-28T01:27:49.941Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:27:49.941Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:27:49.941Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-28T01:27:49.942Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:27:49.942Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:27:49.942Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:49.942Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:49.942Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:27:49.942Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:49.943Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:27:49.943Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:49.943Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82b59856-c82c-4789-a2e4-0fc0c886ed15
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-08-28T01:27:49.946Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.946Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:49.947Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:27:49.947Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.947Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is not matching search criteria
2022-08-28T01:27:49.947Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:27:49.947Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:27:49.947Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:27:49.948Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:49.948Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:49.948Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:27:49.949Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:49.949Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-28T01:27:49.949Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-28T01:27:49.949Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:49.949Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-28T01:27:49.949Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:49.949Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2d7ddb2e-81fe-459b-b154-223bb4f30be1
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-08-28T01:27:49.952Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.952Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:49.953Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:27:49.953Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.953Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is not matching search criteria
2022-08-28T01:27:49.953Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-28T01:27:49.953Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-28T01:27:49.954Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-28T01:27:49.954Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:49.954Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:49.954Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-28T01:27:49.954Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-28T01:27:49.955Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-28T01:27:49.955Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-28T01:27:49.955Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-28T01:27:49.955Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-28T01:27:49.955Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-28T01:27:49.955Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a3ce4a6c-ba40-4bd8-a728-41dbc11b210e
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-08-28T01:27:49.958Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.958Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:49.959Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-28T01:27:49.959Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.959Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Node template vFW dc1663ea-7208 0 is matching search criteria
2022-08-28T01:27:49.959Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW dc1663ea-7208 0] matching following query criteria: sdcType=VF, customizationUUID=aee3b10b-2b31-450a-a568-e8e95e6310b6
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-08-28T01:27:49.962Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.962Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:49.963Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a9d3d86d-efb1-44ad-9e58-55cc15dd3be4: vFW dc1663ea-7208
2022-08-28T01:27:49.963Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.963Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:49.963Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.964Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:49.964Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.964Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:49.964Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.964Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:49.965Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T01:27:49.965Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-08-28 01-25-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T01:27:49.965Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-08-28 01-25-08
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-08-28T01:27:50.314Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dc1663ea-7208 3e1dca82-051f-4ab1-9788-884ee3fe871b 1 ASDC deployResourceStructure
2022-08-28T01:27:50.314Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json ASDC sendASDCNotification
2022-08-28T01:27:50.315Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json
2022-08-28T01:27:50.315Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T01:27:50.315Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:50.317Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:50.317Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650070314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T01:27:50.417Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:27:50.418Z||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-08-28T01:27:50.418Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:50.435Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:50.436Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:51.318Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-28T01:27:51.319Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml
2022-08-28T01:27:51.319Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T01:27:51.319Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:51.321Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:51.321Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650071318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-28T01:27:51.421Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:27:51.422Z||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-08-28T01:27:51.422Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:51.441Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:51.442Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:52.322Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-28T01:27:52.322Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env
2022-08-28T01:27:52.322Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T01:27:52.323Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:52.329Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:52.329Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650072322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-28T01:27:52.425Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-28T01:27:52.426Z||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-08-28T01:27:52.426Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:52.448Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:52.448Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:53.334Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar ASDC sendASDCNotification
2022-08-28T01:27:53.334Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar
2022-08-28T01:27:53.334Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T01:27:53.335Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:27:53.337Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:27:53.337Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650073334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T01:27:53.437Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:27:53.438Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-28T01:27:53.438Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:27:53.460Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:27:53.460Z||pool-33-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-28T01:27:54.338Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91c4f705-1ed7-4ad1-bc47-323e14f61363
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-08-28T01:27:54.360Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91c4f705-1ed7-4ad1-bc47-323e14f61363
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-08-28T01:27:54.364Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T01:27:54.364Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-28T01:27:54.365Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-28T01:27:54.365Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-28T01:27:54.365Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-28T01:27:54.366Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-28T01:27:54.373Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-28T01:28:24.373Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91c4f705-1ed7-4ad1-bc47-323e14f61363 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-08-28T01:28:24.386Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91c4f705-1ed7-4ad1-bc47-323e14f61363 and serviceModelVersionId: a9d3d86d-efb1-44ad-9e58-55cc15dd3be4
2022-08-28T01:28:24.386Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc28d355-834a-4054-8001-45c9037c6690
2022-08-28T01:28:24.387Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0
2022-08-28T01:28:24.391Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-28T01:28:24.447Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0|INFO|500||Invoke
2022-08-28T01:28:24.448Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91c4f705-1ed7-4ad1-bc47-323e14f61363], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0dfe314-ca42-4f0d-8035-36da3065cb59], X-ECOMP-RequestID=[91c4f705-1ed7-4ad1-bc47-323e14f61363], X-TransactionId=[], X-ONAP-RequestID=[91c4f705-1ed7-4ad1-bc47-323e14f61363], Content-Type=[application/merge-patch+json]}
2022-08-28T01:28:24.456Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-28T01:28:24.459Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0 has http status code:503 and response headers:{date=[Sun, 28 Aug 2022 01:28:24 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-28T01:28:24.461Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0|DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T01:28:24.461Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/bc28d355-834a-4054-8001-45c9037c6690/model-vers/model-ver/a9d3d86d-efb1-44ad-9e58-55cc15dd3be4?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-28T01:28:24.463Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=91c4f705-1ed7-4ad1-bc47-323e14f61363 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T01:28:24.464Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=91c4f705-1ed7-4ad1-bc47-323e14f61363 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-28T01:28:24.464Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=91c4f705-1ed7-4ad1-bc47-323e14f61363 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T01:28:24.464Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=91c4f705-1ed7-4ad1-bc47-323e14f61363 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-08-28T01:28:24.471Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-28T01:28:24.471Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91c4f705-1ed7-4ad1-bc47-323e14f61363 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=91c4f705-1ed7-4ad1-bc47-323e14f61363 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T01:28:24.471Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-28T01:28:24.472Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T01:28:24.473Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T01:28:24.473Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650104471,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d91c4f705-1ed7-4ad1-bc47-323e14f61363 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-28T01:28:24.574Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T01:28:24.575Z||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-08-28T01:28:24.575Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:28:24.599Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:28:24.600Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 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-08-28T01:28:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:28:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:28:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:28:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:28:35.122Z||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-08-28T01:28:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:28:35.262Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:28:35.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:28:35.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:28:35.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:28:44.716Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:29:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:29:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:29:35.123Z||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-08-28T01:29:35.123Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:29:35.124Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:29:35.124Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:29:35.693Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:29:35.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "NOTIFIED"
}
2022-08-28T01:29:35.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:29:35.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-08-28T01:29:35.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:29:35.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:29:35.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650055119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T01:29:35.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650062973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650066602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650067789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:29:35.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:35.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650068896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-08-28T01:29:35.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:35.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650070314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/vfwdc1663ea72080_modules.json",
"status": "DEPLOY_OK"
}
2022-08-28T01:29:35.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:35.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650071318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650072322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/resourceInstances/vfwdc1663ea72080/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650073334,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220828012508/1.0/artifacts/service-Vfw20220828012508-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T01:29:35.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "91c4f705-1ed7-4ad1-bc47-323e14f61363",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661650104471,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d91c4f705-1ed7-4ad1-bc47-323e14f61363 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-28T01:29:35.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T01:29:44.684Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:30:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:30:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:30:35.122Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:30:35.122Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:30:35.122Z||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-08-28T01:30:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:30:44.694Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:30:44.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:31:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:31:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:31:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:31:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:31:35.123Z||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-08-28T01:31:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:31:44.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:31:44.707Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:32:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:32:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:32:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:32:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:32:35.122Z||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-08-28T01:32:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:32:44.689Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:32:44.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:33:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:33:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:33:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:33:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:33:35.123Z||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-08-28T01:33:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:33:44.687Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:33:44.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:34:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:34:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:34:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:34:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:34:35.122Z||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-08-28T01:34:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:34:44.723Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:34:44.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:35:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:35:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:35:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:35:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:35:35.122Z||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-08-28T01:35:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:35:44.695Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:35:44.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:36:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:36:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:36:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:36:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:36:35.122Z||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-08-28T01:36:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:36:44.689Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:36:44.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:37:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:37:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:37:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:37:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:37:35.123Z||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-08-28T01:37:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:37:44.686Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:37:44.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:38:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:38:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:38:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:38:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:38:35.122Z||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-08-28T01:38:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:38:44.682Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:38:44.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:39:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:39:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:39:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:39:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:39:35.123Z||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-08-28T01:39:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:39:44.687Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:39:44.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:40:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:40:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:40:35.122Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:40:35.122Z||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-08-28T01:40:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:40:35.123Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:40:44.697Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:40:44.714Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:41:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:41:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:41:35.121Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:41:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:41:35.122Z||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-08-28T01:41:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:41:44.721Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:41:44.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:42:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:42:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:42:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:42:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:42:35.122Z||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-08-28T01:42:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:42:44.695Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:42:44.715Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:43:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:43:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:43:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:43:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:43:35.122Z||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-08-28T01:43:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:43:44.688Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:43:44.695Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:44:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:44:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:44:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:44:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:44:35.122Z||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-08-28T01:44:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:44:44.690Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:44:44.704Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:45:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:45:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:45:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:45:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:45:35.122Z||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-08-28T01:45:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:45:44.717Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:45:44.771Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:46:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:46:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:46:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:46:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:46:35.122Z||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-08-28T01:46:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:46:44.686Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:46:44.705Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:47:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:47:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:47:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:47:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:47:35.122Z||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-08-28T01:47:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:47:44.713Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:47:44.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:48:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:48:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:48:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:48:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:48:35.122Z||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-08-28T01:48:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:48:44.687Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:48:44.708Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:49:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:49:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:49:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:49:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:49:35.122Z||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-08-28T01:49:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:49:44.714Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:49:44.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:50:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:50:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:50:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:50:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:50:35.122Z||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-08-28T01:50:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:50:44.694Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:50:44.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:51:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:51:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:51:35.122Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:51:35.122Z||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-08-28T01:51:35.122Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:51:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:51:44.707Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:51:44.711Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:52:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:52:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:52:35.121Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:52:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:52:35.122Z||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-08-28T01:52:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:52:44.692Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:52:44.706Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:53:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:53:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:53:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:53:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:53:35.122Z||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-08-28T01:53:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:53:44.674Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:53:44.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:54:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:54:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:54:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:54:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:54:35.122Z||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-08-28T01:54:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:54:44.692Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:54:44.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:55:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:55:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:55:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:55:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:55:35.123Z||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-08-28T01:55:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:55:44.707Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:55:44.709Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:56:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:56:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:56:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:56:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:56:35.122Z||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-08-28T01:56:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:56:44.701Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:56:44.735Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:57:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:57:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:57:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:57:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:57:35.122Z||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-08-28T01:57:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:57:44.707Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:57:44.747Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:58:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:58:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:58:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:58:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:58:35.123Z||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-08-28T01:58:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:58:44.679Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:58:44.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:59:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:59:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T01:59:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T01:59:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T01:59:35.122Z||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-08-28T01:59:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T01:59:44.702Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T01:59:44.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:00:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:00:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:00:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:00:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:00:35.122Z||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-08-28T02:00:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:00:44.710Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:00:44.747Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:01:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:01:35.121Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:01:35.121Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:01:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:01:35.122Z||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-08-28T02:01:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:01:44.698Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:01:44.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:02:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:02:35.121Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:02:35.121Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:02:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:02:35.122Z||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-08-28T02:02:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:02:44.693Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:02:44.712Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:03:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:03:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:03:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:03:35.122Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:03:35.122Z||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-08-28T02:03:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:03:44.677Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:03:44.696Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:04:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:04:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:04:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:04:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:04:35.122Z||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-08-28T02:04:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:04:44.728Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:04:44.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:05:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:05:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:05:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:05:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:05:35.122Z||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-08-28T02:05:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:05:44.699Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:05:44.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:06:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:06:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:06:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:06:35.122Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:06:35.122Z||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-08-28T02:06:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:06:44.694Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:06:44.711Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:07:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:07:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:07:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:07:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:07:35.122Z||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-08-28T02:07:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:07:44.699Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:07:44.702Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:08:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:08:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:08:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:08:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:08:35.124Z||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-08-28T02:08:35.124Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:08:44.707Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:08:44.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:09:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:09:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:09:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:09:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:09:35.122Z||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-08-28T02:09:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:09:44.682Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:09:44.689Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:10:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:10:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:10:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:10:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:10:35.123Z||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-08-28T02:10:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:10:44.680Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:10:44.787Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:11:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:11:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:11:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:11:35.122Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:11:35.122Z||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-08-28T02:11:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:11:44.679Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:11:44.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:12:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:12:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:12:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:12:35.122Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:12:35.122Z||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-08-28T02:12:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:12:44.689Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:12:44.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:13:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:13:35.122Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:13:35.122Z||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-08-28T02:13:35.122Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:13:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:13:35.123Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:13:44.686Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:13:44.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:14:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:14:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:14:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:14:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:14:35.122Z||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-08-28T02:14:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:14:44.688Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:14:44.706Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:35.119Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:15:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:15:35.120Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:15:35.122Z||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-08-28T02:15:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:35.357Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:35.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652924476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661652919926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652925348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652927904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652924476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661652919926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652925348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652927904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652924476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652925348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661652919926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652927904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652924476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661652919926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652925348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652927904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652924476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661652919926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652925348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652927904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652924476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661652919926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652925348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652927904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652924476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661652919926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652925348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652927904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652924476,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:15:35.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661652919926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:15:35.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652925348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:15:35.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652927904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:15:35.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:15:35.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652934905,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:15:35.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:15:35.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652935894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:15:35.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:15:35.759Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:35.760Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-28T02:15:35.760Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"231864e2-c202-4e70-98a7-e37c3a5a0457","serviceName":"Demo_pNF_nECgf7QYuu9VfDyPEUGC","serviceVersion":"1.0","serviceUUID":"bbb66e34-df03-4fee-834d-623d2e503ec9","serviceDescription":"catalog service description","serviceInvariantUUID":"5c8e8b38-739a-4ed6-a8cc-893252304dcb","resources":[{"resourceInstanceName":"pNF e41c8d7c-cde3 0","resourceName":"pNF e41c8d7c-cde3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"63bd236e-6789-48f2-8cb8-e55f28388793","resourceInvariantUUID":"371e103f-e421-4333-8d28-c29f971313ae","resourceCustomizationUUID":"cc26f83d-1978-4c57-9754-978d94cbda58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y4MTI5ZDI5NWMxNTVhMTk0YmJiZTI4ZGM3NmU3ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24251123-96af-429b-992c-20d979561bde","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/pNF.csar","artifactChecksum":"ZGZmMTEzZDliMzA2OWY5NTIwNDdiNWQzZDAwYmU4OTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"118e21de-b957-4c90-9ceb-40eee4351703","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0c0845ab-b5c3-4b41-a10c-5a90c621471b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vendor-license-model.xml","artifactChecksum":"NDc2Mjc0ZWI1MTE4Njk3ZGExMmJmZjg2MTZjMTAxMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6401559-0b88-4157-bd36-2c3161449506","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10a09944-45c1-430c-b880-fb5bba912582","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19bc6dcb-c9d8-4579-9006-261fc4cea393","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml","artifactChecksum":"YWE2ZmVlMzU1ODQ4OTMwZmI0OGI3ZDk0Y2Y1ODkwMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c01e073b-9584-4edd-bfb8-dc327d61eb03","artifactVersion":"1"},{"artifactName":"service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar","artifactChecksum":"NjcxN2VjN2Q2OGEwMmVhYTcxZTdkMmVjMzkwODE3YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6dd06193-09bf-4bde-a115-19faf8aa35b2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-28T02:15:35.767Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:15:35.767Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:35.772Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:35.772Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:35.872Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:15:35.874Z||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-08-28T02:15:35.874Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:35.897Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:35.898Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:15:36.773Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:15:36.774Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:36.776Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:36.776Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:36.876Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:15:36.877Z||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-08-28T02:15:36.877Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:36.901Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:36.901Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:15:37.777Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:15:37.777Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:37.779Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:37.779Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:37.880Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T02:15:37.880Z||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-08-28T02:15:37.881Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:37.901Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:37.902Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-28T02:15:38.780Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:15:38.781Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:38.783Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:38.783Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:38.883Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T02:15:38.884Z||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-08-28T02:15:38.884Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:38.905Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:38.905Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-28T02:15:39.784Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:15:39.785Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:39.787Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:39.787Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:39.887Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:15:39.888Z||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-08-28T02:15:39.888Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:39.910Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:39.911Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:15:40.787Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:15:40.788Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:40.790Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:40.790Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:40.891Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T02:15:40.891Z||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-08-28T02:15:40.891Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:40.916Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:40.917Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-28T02:15:41.791Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:15:41.792Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:41.794Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:41.794Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:15:41.894Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:15:41.895Z||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-08-28T02:15:41.895Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:41.917Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:41.918Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:15:42.795Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:15:42.796Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:42.801Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:42.801Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:15:42.900Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T02:15:42.901Z||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-08-28T02:15:42.901Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:42.934Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:42.934Z||pool-42-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:15:43.802Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"serviceName": "Demo_pNF_nECgf7QYuu9VfDyPEUGC",
"serviceVersion": "1.0",
"serviceUUID": "bbb66e34-df03-4fee-834d-623d2e503ec9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5c8e8b38-739a-4ed6-a8cc-893252304dcb",
"resources": [
{
"resourceInstanceName": "pNF e41c8d7c-cde3 0",
"resourceCustomizationUUID": "cc26f83d-1978-4c57-9754-978d94cbda58",
"resourceName": "pNF e41c8d7c-cde3",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "63bd236e-6789-48f2-8cb8-e55f28388793",
"resourceInvariantUUID": "371e103f-e421-4333-8d28-c29f971313ae",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"artifactChecksum": "NjcxN2VjN2Q2OGEwMmVhYTcxZTdkMmVjMzkwODE3YTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6dd06193-09bf-4bde-a115-19faf8aa35b2"
}
],
"workloadContext": "Production"
}
2022-08-28T02:15:43.802Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-28T02:15:43.803Z|91c4f705-1ed7-4ad1-bc47-323e14f61363|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bbb66e34-df03-4fee-834d-623d2e503ec9 ASDC
2022-08-28T02:15:43.805Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:231864e2-c202-4e70-98a7-e37c3a5a0457
ServiceName:Demo_pNF_nECgf7QYuu9VfDyPEUGC
ServiceVersion:1.0
ServiceUUID:bbb66e34-df03-4fee-834d-623d2e503ec9
ServiceInvariantUUID:5c8e8b38-739a-4ed6-a8cc-893252304dcb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
ArtifactUUID:6dd06193-09bf-4bde-a115-19faf8aa35b2
ArtifactChecksum:NjcxN2VjN2Q2OGEwMmVhYTcxZTdkMmVjMzkwODE3YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e41c8d7c-cde3 0
ResourceCustomizationUUID:cc26f83d-1978-4c57-9754-978d94cbda58
ResourceInvariantUUID:371e103f-e421-4333-8d28-c29f971313ae
ResourceName:pNF e41c8d7c-cde3
ResourceType:PNF
ResourceUUID:63bd236e-6789-48f2-8cb8-e55f28388793
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-08-28T02:15:43.805Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbb66e34-df03-4fee-834d-623d2e503ec9 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-08-28T02:15:43.850Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T02:15:43.852Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T02:15:43.852Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T02:15:43.852Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6dd06193-09bf-4bde-a115-19faf8aa35b2 from URL: /sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:43.852Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-08-28T02:15:43.853Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:44.342Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-08-28T02:15:44.346Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar 6dd06193-09bf-4bde-a115-19faf8aa35b2 87775
2022-08-28T02:15:44.346Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar ASDC sendASDCNotification
2022-08-28T02:15:44.347Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:44.347Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T02:15:44.347Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:44.352Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:44.352Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652944346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:15:44.451Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T02:15:44.452Z||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-08-28T02:15:44.452Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:44.486Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:44.487Z||pool-43-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-08-28T02:15:45.353Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T02:15:45.354Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-08-28T02:15:45.354Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6dd06193-09bf-4bde-a115-19faf8aa35b2, URL: /sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar to file: /app/ASDC/1/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:45.354Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:45.355Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:45.355Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:45.582Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3096199752004811649/Definitions/service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml
2022-08-28T02:15:46.531Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-28T02:15:46.531Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-28T02:15:46.531Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.531Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||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-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||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-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e41c8d7c-cde3 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-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-08-28T02:15:46.532Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.533Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.533Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Node template pNF e41c8d7c-cde3 0 is matching search criteria
2022-08-28T02:15:46.533Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-28T02:15:46.533Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF e41c8d7c-cde3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T02:15:46.534Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.534Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.534Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Node template pNF e41c8d7c-cde3 0 is matching search criteria
2022-08-28T02:15:46.534Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-08-28T02:15:46.534Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF e41c8d7c-cde3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T02:15:46.534Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.535Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.535Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.535Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.535Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.535Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.535Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.535Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.536Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.536Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.536Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_nECgf7QYuu9VfDyPEUGC
Description:catalog service description
Model UUID:bbb66e34-df03-4fee-834d-623d2e503ec9
Model Version:NULL
Model InvariantUuid:5c8e8b38-739a-4ed6-a8cc-893252304dcb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-28T02:15:46.544Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 63bd236e-6789-48f2-8cb8-e55f28388793
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-08-28T02:15:46.549Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||pNF e41c8d7c-cde3 0
2022-08-28T02:15:46.549Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 63bd236e-6789-48f2-8cb8-e55f28388793
2022-08-28T02:15:46.550Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||No resources found for Service: bbb66e34-df03-4fee-834d-623d2e503ec9
2022-08-28T02:15:46.550Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bbb66e34-df03-4fee-834d-623d2e503ec9
2022-08-28T02:15:46.550Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e41c8d7c-cde3 0 63bd236e-6789-48f2-8cb8-e55f28388793 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-28T02:15:46.555Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c4b55d6, org.onap.sdc.toscaparser.api.parameters.Input@41ba6ebe, org.onap.sdc.toscaparser.api.parameters.Input@58dd5a93, org.onap.sdc.toscaparser.api.parameters.Input@4020fdea, org.onap.sdc.toscaparser.api.parameters.Input@2623f5dd]
2022-08-28T02:15:46.555Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.555Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.556Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bbb66e34-df03-4fee-834d-623d2e503ec9: pNF e41c8d7c-cde3
2022-08-28T02:15:46.556Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||Processing PNF resource: 63bd236e-6789-48f2-8cb8-e55f28388793
2022-08-28T02:15:46.556Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:15:46.556Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nECgf7QYuu9VfDyPEUGC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:15:46.556Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||Resource customization UUID: cc26f83d-1978-4c57-9754-978d94cbda58 is the same as notified resource customizationUUID: cc26f83d-1978-4c57-9754-978d94cbda58
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-28T02:15:46.617Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e41c8d7c-cde3 63bd236e-6789-48f2-8cb8-e55f28388793 0 ASDC deployResourceStructure
2022-08-28T02:15:46.617Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar ASDC sendASDCNotification
2022-08-28T02:15:46.617Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar
2022-08-28T02:15:46.617Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-28T02:15:46.618Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:15:46.619Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:15:46.619Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652946617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T02:15:46.719Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T02:15:46.720Z||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-08-28T02:15:46.720Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:15:46.739Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:15:46.740Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:15:47.621Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:15:47.636Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:15:47.638Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T02:15:47.639Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T02:15:47.639Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T02:16:17.639Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:16:17.648Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:16:17.650Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T02:16:17.650Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T02:16:17.650Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T02:16:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:16:35.123Z||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-08-28T02:16:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:16:35.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:16:35.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:16:35.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "cds",
"timestamp": 1661652936897,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:16:35.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:16:47.651Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:16:47.659Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:16:47.661Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T02:16:47.661Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T02:16:47.661Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T02:17:17.661Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:17:17.670Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:17:17.672Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T02:17:17.672Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-28T02:17:17.672Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-28T02:17:35.123Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:17:35.124Z||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-08-28T02:17:35.124Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:17:35.665Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:17:35.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:17:35.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:17:35.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652935913,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T02:17:35.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:17:35.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:17:35.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:17:35.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652936917,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T02:17:35.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:17:35.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:17:35.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:17:35.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652938730,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T02:17:35.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:17:35.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "aai-ml",
"timestamp": 1661652937921,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-28T02:17:35.703Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 231864e2-c202-4e70-98a7-e37c3a5a0457
2022-08-28T02:17:35.703Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 231864e2-c202-4e70-98a7-e37c3a5a0457 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-08-28T02:17:35.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:17:35.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:17:35.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661652939735,
"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-08-28T02:17:35.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 231864e2-c202-4e70-98a7-e37c3a5a0457
2022-08-28T02:17:35.742Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 231864e2-c202-4e70-98a7-e37c3a5a0457 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-08-28T02:17:35.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/resourceInstances/pnfe41c8d7ccde30/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652935119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:17:35.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-08-28T02:17:35.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652944346,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:17:35.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:17:35.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-28T02:17:35.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661652946617,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNecgf7qyuu9vfdypeugc/1.0/artifacts/service-DemoPnfNecgf7qyuu9vfdypeugc-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T02:17:35.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:17:47.673Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:17:47.690Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457
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-08-28T02:17:47.697Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-28T02:17:47.697Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-28T02:17:47.697Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-28T02:17:47.697Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-28T02:17:47.698Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-08-28T02:17:47.698Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-28T02:17:47.709Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-28T02:18:17.709Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 231864e2-c202-4e70-98a7-e37c3a5a0457 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-08-28T02:18:17.726Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 231864e2-c202-4e70-98a7-e37c3a5a0457 and serviceModelVersionId: bbb66e34-df03-4fee-834d-623d2e503ec9
2022-08-28T02:18:17.726Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c8e8b38-739a-4ed6-a8cc-893252304dcb
2022-08-28T02:18:17.727Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c8e8b38-739a-4ed6-a8cc-893252304dcb/model-vers/model-ver/bbb66e34-df03-4fee-834d-623d2e503ec9?depth=0
2022-08-28T02:18:17.732Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-08-28T02:18:17.788Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c8e8b38-739a-4ed6-a8cc-893252304dcb/model-vers/model-ver/bbb66e34-df03-4fee-834d-623d2e503ec9?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-08-28T02:18:17.789Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c8e8b38-739a-4ed6-a8cc-893252304dcb/model-vers/model-ver/bbb66e34-df03-4fee-834d-623d2e503ec9?depth=0|INFO|500||Invoke
2022-08-28T02:18:17.798Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c8e8b38-739a-4ed6-a8cc-893252304dcb/model-vers/model-ver/bbb66e34-df03-4fee-834d-623d2e503ec9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-08-28T02:18:17.816Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||AAI|http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c8e8b38-739a-4ed6-a8cc-893252304dcb/model-vers/model-ver/bbb66e34-df03-4fee-834d-623d2e503ec9?depth=0|INFO|503|Service Unavailable|InvokeReturn
2022-08-28T02:18:17.817Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:8080/aai/v24/service-design-and-creation/models/model/5c8e8b38-739a-4ed6-a8cc-893252304dcb/model-vers/model-ver/bbb66e34-df03-4fee-834d-623d2e503ec9?depth=0 has http status code:503 and response headers:{date=[Sun, 28 Aug 2022 02:18:17 GMT], server=[envoy], content-length=[145], content-type=[text/plain]}
2022-08-28T02:18:17.818Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T02:18:17.819Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=231864e2-c202-4e70-98a7-e37c3a5a0457 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T02:18:17.820Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=231864e2-c202-4e70-98a7-e37c3a5a0457 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:92)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-28T02:18:17.820Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=231864e2-c202-4e70-98a7-e37c3a5a0457 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T02:18:17.820Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=231864e2-c202-4e70-98a7-e37c3a5a0457 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
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-08-28T02:18:17.830Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-08-28T02:18:17.830Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 231864e2-c202-4e70-98a7-e37c3a5a0457 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.WebApplicationException: Error calling A&AI. Request-Id=231864e2-c202-4e70-98a7-e37c3a5a0457 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111
2022-08-28T02:18:17.830Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-08-28T02:18:17.831Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:18:17.832Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:18:17.832Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661653097830,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d231864e2-c202-4e70-98a7-e37c3a5a0457 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-28T02:18:17.933Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-28T02:18:17.933Z||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-08-28T02:18:17.933Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:18:17.977Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:18:17.977Z||pool-45-thread-1|||||INFO|500||cambria reply ok (44 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-08-28T02:18:18.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:18:18.850Z||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-08-28T02:18:18.850Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:18:29.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:18:29.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:18:29.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-08-28T02:18:29.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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:18:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:18:35.123Z||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-08-28T02:18:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:18:35.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:18:35.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-28T02:18:35.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "231864e2-c202-4e70-98a7-e37c3a5a0457",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661653097830,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.WebApplicationException: Error calling A\u0026AI. Request-Id\u003d231864e2-c202-4e70-98a7-e37c3a5a0457 upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111"
}
2022-08-28T02:18:35.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:18:38.865Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:18:38.866Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:18:38.866Z||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-08-28T02:18:38.866Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:18:48.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:19:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:19:35.120Z||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-08-28T02:19:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:19:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:19:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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-08-28T02:19:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:19:44.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:19:44.703Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:20:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:20:35.120Z||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-08-28T02:20:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:20:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:20:35.122Z||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-08-28T02:20:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:20:44.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:20:44.713Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:21:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:21:35.120Z||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-08-28T02:21:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:21:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:21:35.122Z||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-08-28T02:21:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:21:44.710Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:21:44.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:22:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:22:35.120Z||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-08-28T02:22:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:22:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:22:35.122Z||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-08-28T02:22:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:22:44.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:22:44.691Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:23:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:23:35.120Z||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-08-28T02:23:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:23:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:23:35.122Z||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-08-28T02:23:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:23:44.686Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:23:44.712Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:24:35.120Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:24:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:24:35.122Z||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-08-28T02:24:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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-08-28T02:24:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:24:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:24:44.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:24:44.743Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:25:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:25:35.120Z||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-08-28T02:25:35.121Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:25:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:25:35.122Z||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-08-28T02:25:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:25:44.688Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:25:44.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:26:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:26:35.120Z||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-08-28T02:26:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:26:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:26:35.122Z||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-08-28T02:26:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:26:44.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:26:44.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:27:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:27:35.120Z||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-08-28T02:27:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:27:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:27:35.122Z||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-08-28T02:27:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:27:44.705Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:27:44.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:28:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:28:35.120Z||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-08-28T02:28:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:28:35.123Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:28:35.123Z||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-08-28T02:28:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:28:44.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:28:44.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:29:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:29:35.120Z||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-08-28T02:29:35.121Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:29:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:29:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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-08-28T02:29:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:29:44.692Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:29:44.710Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:30:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:30:35.120Z||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-08-28T02:30:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:30:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:30:35.122Z||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-08-28T02:30:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:30:44.689Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:30:44.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:31:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:31:35.120Z||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-08-28T02:31:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:31:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:31:35.122Z||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-08-28T02:31:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:31:44.708Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:31:44.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:32:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:32:35.120Z||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-08-28T02:32:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:32:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:32:35.122Z||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-08-28T02:32:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:32:44.701Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:32:44.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:33:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:33:35.120Z||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-08-28T02:33:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:33:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:33:35.123Z||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-08-28T02:33:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:33:44.690Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:33:44.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:34:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:34:35.120Z||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-08-28T02:34:35.120Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:34:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:34:35.123Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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-08-28T02:34:35.123Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:34:44.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:34:44.702Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:35:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:35:35.121Z||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-08-28T02:35:35.121Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:35:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:35:35.122Z||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-08-28T02:35:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:35:44.701Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:35:44.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:36:35.119Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:36:35.121Z||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-08-28T02:36:35.121Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:36:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:36:35.122Z||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-08-28T02:36:35.123Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:36:44.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:36:44.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:37:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:37:35.121Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:37:35.121Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:37:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:37:35.122Z||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-08-28T02:37:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:37:44.693Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:37:44.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:38:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:38:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:38:35.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:38:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:38:35.122Z||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-08-28T02:38:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:38:44.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:38:44.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:39:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:39:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:39:35.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:39:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:39:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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-08-28T02:39:35.123Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:39:44.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:39:44.692Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:40:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:40:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:40:35.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:40:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:40:35.122Z||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-08-28T02:40:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:40:44.690Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:40:44.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:41:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:41:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:41:35.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:41:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:41:35.122Z||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-08-28T02:41:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:41:44.697Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:41:44.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:42:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:42:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:42:35.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:42:35.122Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:42:35.122Z||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-08-28T02:42:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:42:44.683Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:42:44.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:43:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:43:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:43:35.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:43:35.122Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:43:35.122Z||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-08-28T02:43:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:43:44.734Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:43:44.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:44:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:44:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:44:35.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:44:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:44:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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-08-28T02:44:35.122Z|231864e2-c202-4e70-98a7-e37c3a5a0457|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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:44:44.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:44:44.712Z|231864e2-c202-4e70-98a7-e37c3a5a0457|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:45:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:45:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:45:35.120Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:45:35.122Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:45:35.122Z||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-08-28T02:45:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:45:44.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:45:44.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:35.119Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:46:35.120Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-28T02:46:35.121Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:35.122Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-28T02:46:35.122Z||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-08-28T02:46:35.122Z||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 ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:35.765Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:35.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"52da3f90-4fb7-4d21-8b08-148a1a4e073a","serviceName":"Demo_pNF_DmKy5sZ1WUl3n81tcBMs","serviceVersion":"1.0","serviceUUID":"aafeba57-1736-4529-aff4-e7da87039f15","serviceDescription":"catalog service description","serviceInvariantUUID":"bd8a2c20-2ba3-4455-a4b0-163984ba2040","resources":[{"resourceInstanceName":"pNF b18b6a4c-ee99 0","resourceName":"pNF b18b6a4c-ee99","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f9a63014-dfa1-476b-bb9b-e43987cc1f6d","resourceInvariantUUID":"29bf5f0c-84a6-45b3-9ac1-1e9127937309","resourceCustomizationUUID":"b1ef19c3-d0aa-4676-bb3e-d6889550db9e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vf-license-model.xml","artifactChecksum":"ODFhZTkzYjFiZjQwYzViZDdjMWM2ZjdkMjFmNTljYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d3a561d-c3a9-4065-bd1b-b10edb51df56","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/pNF.csar","artifactChecksum":"ZGZmMTEzZDliMzA2OWY5NTIwNDdiNWQzZDAwYmU4OTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a090be93-66bf-4748-b6a5-e58ad1ff82a2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4eaa9927-413c-455b-80ef-43df2d6de2c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vendor-license-model.xml","artifactChecksum":"NGFmZTZiOGUxYTA5MGYxNGZmNjU3ZDFhODUwMzkyMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35929d62-887e-4a30-b1b7-aada7703fb06","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7bc0ae6a-203e-49bf-a185-052ae726ff5a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2673c634-a96e-4005-9539-d409aaf6b5c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDmky5sz1wul3n81tcbms-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-template.yml","artifactChecksum":"YzAzYTY1ZjYzOGQ0ZDAwMmQyNjg2NDk0YTg3MDlkN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"203ef7f3-c4a3-4984-8b34-a8dddf79a132","artifactVersion":"1"},{"artifactName":"service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar","artifactChecksum":"MzRkYTI1YmQwOGY5MjIwZTIwMTFkMTE3ZTNjYmRlOGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"288e4145-bb88-4278-b0d1-923c5944f1e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-28T02:46:35.772Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:46:35.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:35.773Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:35.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654742904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.779Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:35.779Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654795119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654742904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654742904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654742904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654742904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654755351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654754475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654742904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654755351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654754475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654742904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654755351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654754475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654742904,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654755351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654754475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "cds",
"timestamp": 1661654760545,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654755351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654754475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661654759926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654755351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654754475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661654759926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654755351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654754475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661654759926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654755351,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:46:35.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654754475,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:46:35.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661654759926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654763449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654764432,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661654759926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654764457,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T02:46:35.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:46:35.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661654759926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654765464,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-08-28T02:46:35.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:46:35.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661654759926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:35.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "aai-ml",
"timestamp": 1661654766471,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-28T02:46:35.817Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 52da3f90-4fb7-4d21-8b08-148a1a4e073a
2022-08-28T02:46:35.817Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52da3f90-4fb7-4d21-8b08-148a1a4e073a 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-08-28T02:46:35.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1661654759926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:46:35.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-08-28T02:46:35.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654767631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "DEPLOY_OK"
}
2022-08-28T02:46:35.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-28T02:46:35.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-28T02:46:35.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1661654768643,
"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-08-28T02:46:35.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52da3f90-4fb7-4d21-8b08-148a1a4e073a
2022-08-28T02:46:35.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52da3f90-4fb7-4d21-8b08-148a1a4e073a 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-08-28T02:46:35.880Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-28T02:46:35.881Z||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-08-28T02:46:35.881Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:35.905Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:35.906Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:46:36.780Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:46:36.781Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:36.784Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:36.784Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654795119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:36.884Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:46:36.885Z||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-08-28T02:46:36.885Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:36.905Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:36.906Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:46:37.785Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:46:37.786Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:37.788Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:37.788Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654795119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:37.888Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:46:37.889Z||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-08-28T02:46:37.889Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:37.908Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:37.909Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:46:38.788Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:46:38.789Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:38.791Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:38.791Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654795119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:38.892Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:46:38.892Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-28T02:46:38.893Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:38.913Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:38.914Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:46:39.792Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:46:39.793Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:39.795Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:39.795Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654795119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:39.896Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-28T02:46:39.897Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-28T02:46:39.897Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:39.919Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:39.920Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-28T02:46:40.796Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:46:40.796Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:40.799Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:40.799Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654795119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/resourceInstances/pnfb18b6a4cee990/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:40.899Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:46:40.900Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-28T02:46:40.900Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:40.921Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:40.922Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:46:41.799Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:46:41.800Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:41.802Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:41.802Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654795119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-template.yml",
"status": "NOT_NOTIFIED"
}
2022-08-28T02:46:41.903Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:46:41.904Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-28T02:46:41.904Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:41.923Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:41.924Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:46:42.803Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-28T02:46:42.804Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:42.807Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:42.807Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654795119,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "NOTIFIED"
}
2022-08-28T02:46:42.907Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:46:42.908Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-28T02:46:42.909Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:42.929Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:42.930Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-28T02:46:43.809Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"serviceName": "Demo_pNF_DmKy5sZ1WUl3n81tcBMs",
"serviceVersion": "1.0",
"serviceUUID": "aafeba57-1736-4529-aff4-e7da87039f15",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bd8a2c20-2ba3-4455-a4b0-163984ba2040",
"resources": [
{
"resourceInstanceName": "pNF b18b6a4c-ee99 0",
"resourceCustomizationUUID": "b1ef19c3-d0aa-4676-bb3e-d6889550db9e",
"resourceName": "pNF b18b6a4c-ee99",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "f9a63014-dfa1-476b-bb9b-e43987cc1f6d",
"resourceInvariantUUID": "29bf5f0c-84a6-45b3-9ac1-1e9127937309",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"artifactChecksum": "MzRkYTI1YmQwOGY5MjIwZTIwMTFkMTE3ZTNjYmRlOGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "288e4145-bb88-4278-b0d1-923c5944f1e0"
}
],
"workloadContext": "Production"
}
2022-08-28T02:46:43.809Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-28T02:46:43.809Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aafeba57-1736-4529-aff4-e7da87039f15 ASDC
2022-08-28T02:46:43.810Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:52da3f90-4fb7-4d21-8b08-148a1a4e073a
ServiceName:Demo_pNF_DmKy5sZ1WUl3n81tcBMs
ServiceVersion:1.0
ServiceUUID:aafeba57-1736-4529-aff4-e7da87039f15
ServiceInvariantUUID:bd8a2c20-2ba3-4455-a4b0-163984ba2040
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
ArtifactUUID:288e4145-bb88-4278-b0d1-923c5944f1e0
ArtifactChecksum:MzRkYTI1YmQwOGY5MjIwZTIwMTFkMTE3ZTNjYmRlOGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b18b6a4c-ee99 0
ResourceCustomizationUUID:b1ef19c3-d0aa-4676-bb3e-d6889550db9e
ResourceInvariantUUID:29bf5f0c-84a6-45b3-9ac1-1e9127937309
ResourceName:pNF b18b6a4c-ee99
ResourceType:PNF
ResourceUUID:f9a63014-dfa1-476b-bb9b-e43987cc1f6d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-08-28T02:46:43.810Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aafeba57-1736-4529-aff4-e7da87039f15 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-08-28T02:46:43.845Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T02:46:43.847Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-28T02:46:43.847Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-28T02:46:43.847Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 288e4145-bb88-4278-b0d1-923c5944f1e0 from URL: /sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:43.847Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-28T02:46:43.847Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:44.148Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-28T02:46:44.149Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar 288e4145-bb88-4278-b0d1-923c5944f1e0 87774
2022-08-28T02:46:44.149Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar ASDC sendASDCNotification
2022-08-28T02:46:44.149Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:44.150Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-28T02:46:44.150Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-28T02:46:44.152Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-28T02:46:44.152Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "52da3f90-4fb7-4d21-8b08-148a1a4e073a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1661654804149,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-08-28T02:46:44.252Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-28T02:46:44.253Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-28T02:46:44.253Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ULzuYBEH27SMqSOo) ...
2022-08-28T02:46:44.272Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-08-28T02:46:44.272Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-28T02:46:45.153Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-28T02:46:45.154Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-28T02:46:45.154Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 288e4145-bb88-4278-b0d1-923c5944f1e0, URL: /sdc/v1/catalog/services/DemoPnfDmky5sz1wul3n81tcbms/1.0/artifacts/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar to file: /app/ASDC/1/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:45.154Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:45.155Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:45.155Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:45.345Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12616863593373261274/Definitions/service-DemoPnfDmky5sz1wul3n81tcbms-template.yml
2022-08-28T02:46:46.384Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-28T02:46:46.385Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-28T02:46:46.385Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:46.385Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-28T02:46:46.385Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b18b6a4c-ee99 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-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:46.385Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||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-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:46.385Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:46.385Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||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-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:46.386Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||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-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:46.386Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||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-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:46.386Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||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-DemoPnfDmky5sz1wul3n81tcbms-csar.csar
2022-08-28T02:46:46.386Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-28T02:46:46.386Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:46:46.386Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DmKy5sZ1WUl3n81tcBMs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:46:46.387Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Node template pNF b18b6a4c-ee99 0 is matching search criteria
2022-08-28T02:46:46.387Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-28T02:46:46.387Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b18b6a4c-ee99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T02:46:46.387Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:46:46.387Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DmKy5sZ1WUl3n81tcBMs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:46:46.388Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Node template pNF b18b6a4c-ee99 0 is matching search criteria
2022-08-28T02:46:46.388Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-28T02:46:46.388Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF b18b6a4c-ee99 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-28T02:46:46.388Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:46:46.388Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DmKy5sZ1WUl3n81tcBMs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:46:46.388Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-08-28T02:46:46.388Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DmKy5sZ1WUl3n81tcBMs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-28T02:46:46.389Z|52da3f90-4fb7-4d21-8b08-148a1a4e073a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery