By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-09-15T01:24:53.081Z||main|||||INFO|500||The following profiles are active: basic
2021-09-15T01:25:02.503Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-15T01:25:02.504Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-15T01:25:02.582Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-15T01:25:04.708Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-15T01:25:04.873Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-15T01:25:05.284Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-15T01:25:05.291Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-15T01:25:05.368Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-15T01:25:05.487Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-15T01:25:05.870Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-15T01:25:06.737Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-15T01:25:08.771Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-15T01:25:08.821Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-15T01:25:09.357Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-15T01:25:09.603Z||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.
2021-09-15T01:25:10.805Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-15T01:25:11.776Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-15T01:25:11.792Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
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.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$d7d1d76b.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
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.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
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.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-15T01:25:11.793Z||main|||||WARN|500||The sdc end point is not alive
2021-09-15T01:25:14.562Z||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
2021-09-15T01:25:16.979Z||main|||||WARN|500||---
2021-09-15T01:25:16.980Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-15T01:25:16.980Z||main|||||WARN|500||---
2021-09-15T01:25:17.461Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-15T01:25:21.749Z||main|||||INFO|500||Started Application in 32.939 seconds (JVM running for 34.075)
2021-09-15T01:25:21.790Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:25:21.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:25:21.808Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:25:21.858Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:25:21.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78d76019-bf56-4ff1-b724-095bbacc5ecc url= /sdc/v1/artifactTypes
2021-09-15T01:25:21.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:25:22.170Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:25:22.186Z||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
2021-09-15T01:25:22.204Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:25:22.211Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:25:23.227Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:25:23.228Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:25:23.229Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:25:23.231Z||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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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$$bae4a629.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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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
2021-09-15T01:26:11.750Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:26:11.752Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:26:11.753Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:26:11.758Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:26:11.765Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f5fe50a-5425-409f-bfe4-09cb3c4571c5 url= /sdc/v1/artifactTypes
2021-09-15T01:26:11.765Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:26:11.816Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:26:11.818Z||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
2021-09-15T01:26:11.819Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:26:11.819Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:26:11.820Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:26:12.859Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:26:12.859Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:26:12.860Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:26:12.860Z||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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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$$bae4a629.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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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
2021-09-15T01:27:01.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:27:01.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:27:01.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:27:01.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:27:01.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a4413ec-0216-43f4-9ab5-054930b6544c url= /sdc/v1/artifactTypes
2021-09-15T01:27:01.753Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:27:01.792Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:27:01.793Z||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
2021-09-15T01:27:01.793Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:27:01.794Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:27:01.794Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:27:02.810Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:27:02.811Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:27:02.811Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:27:02.812Z||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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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$$bae4a629.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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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
2021-09-15T01:27:51.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:27:51.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:27:51.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:27:51.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:27:51.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bfa25309-131a-472c-aa58-66dd5681a088 url= /sdc/v1/artifactTypes
2021-09-15T01:27:51.751Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:27:51.791Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:27:51.792Z||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
2021-09-15T01:27:51.792Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:27:51.793Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:27:51.793Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:27:52.827Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:27:52.827Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:27:52.827Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:27:52.828Z||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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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$$bae4a629.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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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
2021-09-15T01:28:41.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:28:41.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:28:41.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:28:41.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:28:41.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d049828-70fd-4626-a976-ce4105db771b url= /sdc/v1/artifactTypes
2021-09-15T01:28:41.752Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:28:41.789Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:28:41.791Z||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
2021-09-15T01:28:41.791Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:28:41.792Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:28:41.792Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:28:42.811Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:28:42.811Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:28:42.811Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:28:42.812Z||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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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$$bae4a629.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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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
2021-09-15T01:29:31.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:29:31.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:29:31.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:29:31.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:29:31.750Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c02c1ab-e0ab-4e2f-9e43-7456ccccd77d url= /sdc/v1/artifactTypes
2021-09-15T01:29:31.750Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:29:31.781Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:29:31.782Z||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
2021-09-15T01:29:31.782Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:29:31.782Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:29:31.783Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:29:32.795Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:29:32.796Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:29:32.796Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:29:32.797Z||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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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$$bae4a629.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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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
2021-09-15T01:30:21.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:30:21.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:30:21.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:30:21.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:30:21.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fcb93c0-4f9f-4ff1-8a3c-257db121c111 url= /sdc/v1/artifactTypes
2021-09-15T01:30:21.754Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:30:21.786Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:30:21.787Z||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
2021-09-15T01:30:21.787Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:30:21.788Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:30:21.788Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:30:22.811Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-09-15T01:30:22.812Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)]
2021-09-15T01:30:22.813Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
2021-09-15T01:30:22.813Z||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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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$$bae4a629.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 create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.21.250] failed: Connection refused (Connection refused)
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
2021-09-15T01:31:11.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:31:11.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:31:11.745Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:31:11.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:31:11.752Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 604d0c8b-ebf6-4784-a69d-4717d2dc11fc url= /sdc/v1/artifactTypes
2021-09-15T01:31:11.752Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:31:11.783Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:31:11.784Z||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
2021-09-15T01:31:11.784Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:31:11.785Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-09-15T01:31:11.785Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-15T01:31:11.813Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:31:11.831Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9f7bbb84-e265-4832-b12d-55bda8c9b17c url= /sdc/v1/registerForDistribution
2021-09-15T01:31:11.841Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@84f89a4
2021-09-15T01:31:11.841Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-09-15T01:31:11.841Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
"requestError": {
"policyException": {
"messageId": "POL5000",
"text": "Error: Internal Server Error. Please try again later.",
"variables": []
}
}
}
2021-09-15T01:31:11.848Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/rm1LFBhfMjdTLjxI will send credentials over a clear channel.
2021-09-15T01:31:11.849Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/rm1LFBhfMjdTLjxI (as rm1LFBhfMjdTLjxI) ...
2021-09-15T01:31:11.867Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:31:11.869Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-15T01:31:11.870Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
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$$bae4a629.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: ASDC server problem
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
2021-09-15T01:32:01.744Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-15T01:32:01.744Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-15T01:32:01.744Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-15T01:32:01.746Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-15T01:32:01.751Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48008374-8b4d-4f50-a5c0-6be77585c165 url= /sdc/v1/artifactTypes
2021-09-15T01:32:01.751Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-15T01:32:01.787Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-15T01:32:01.788Z||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
2021-09-15T01:32:01.789Z||scheduling-1|||||DEBUG|500||create keys
2021-09-15T01:32:01.789Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-09-15T01:32:01.789Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as rm1LFBhfMjdTLjxI) ...
2021-09-15T01:32:01.814Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:32:01.816Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2bb8931a-a924-44a5-88e6-3d85462ced80 url= /sdc/v1/registerForDistribution
2021-09-15T01:32:01.985Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2bb8931a-a924-44a5-88e6-3d85462ced80 url= /sdc/v1/registerForDistribution
2021-09-15T01:32:01.985Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-15T01:32:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:32:01.995Z||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.
2021-09-15T01:32:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:32:01.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:32:01.997Z||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.
2021-09-15T01:32:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:32:02.003Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-15T01:32:12.229Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:32:12.229Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:33:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:33:01.995Z||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.
2021-09-15T01:33:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:33:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:33:01.997Z||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.
2021-09-15T01:33:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:33:11.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:33:11.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:34:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:34:01.995Z||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.
2021-09-15T01:34:01.996Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:34:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:34:01.997Z||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.
2021-09-15T01:34:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:34:11.557Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:34:11.558Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:35:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:35:01.995Z||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.
2021-09-15T01:35:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:35:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:35:01.997Z||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.
2021-09-15T01:35:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:35:09.633Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-15T01:35:11.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:35:11.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:36:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:36:01.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:36:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:36:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:36:01.997Z||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.
2021-09-15T01:36:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:36:11.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:36:11.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:37:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:37:01.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:37:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:37:01.997Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:37:01.997Z||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.
2021-09-15T01:37:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:37:11.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:37:11.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:38:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:38:01.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:38:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:38:01.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:38:01.998Z||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.
2021-09-15T01:38:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:38:11.545Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:38:11.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:39:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:39:01.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:39:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:39:01.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:39:01.997Z||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.
2021-09-15T01:39:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:39:11.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:39:11.545Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:40:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:40:01.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:40:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:40:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:40:01.997Z||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.
2021-09-15T01:40:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:40:11.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:40:11.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:41:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:41:01.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:41:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:41:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:41:01.997Z||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.
2021-09-15T01:41:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:41:11.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:41:11.542Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:42:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:42:01.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:42:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:42:01.997Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:42:01.997Z||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.
2021-09-15T01:42:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:42:11.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:42:11.543Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:43:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:43:01.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:43:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:43:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:43:01.997Z||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.
2021-09-15T01:43:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:43:11.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:43:11.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:44:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:44:01.995Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:44:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:44:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:44:01.997Z||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.
2021-09-15T01:44:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:44:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:44:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:45:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:45:01.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:45:01.995Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:45:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:45:01.997Z||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.
2021-09-15T01:45:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:45:11.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:45:11.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:46:01.994Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:46:01.994Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:46:01.994Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:46:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:46:01.997Z||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.
2021-09-15T01:46:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:46:11.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:46:11.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:47:01.994Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:47:01.994Z||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.
2021-09-15T01:47:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:47:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:47:01.997Z||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.
2021-09-15T01:47:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:47:11.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:47:11.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:48:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:48:01.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:48:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:48:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:48:01.997Z||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.
2021-09-15T01:48:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:48:11.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:48:11.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:49:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:49:01.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:49:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:49:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:49:01.997Z||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.
2021-09-15T01:49:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:49:11.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:49:11.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:50:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:50:01.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:50:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:50:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:50:01.997Z||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.
2021-09-15T01:50:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:50:11.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:50:11.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:51:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:51:01.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:51:01.994Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:51:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:51:01.997Z||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.
2021-09-15T01:51:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:51:11.544Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:51:11.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:52:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:52:01.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:52:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:52:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:52:01.997Z||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.
2021-09-15T01:52:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:52:11.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:52:11.546Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:53:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:53:01.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:53:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:53:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:53:01.997Z||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.
2021-09-15T01:53:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:53:11.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:53:11.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:54:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:54:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:54:01.997Z||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.
2021-09-15T01:54:01.997Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:54:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:54:01.997Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:54:11.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:54:11.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:55:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:55:01.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:55:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:55:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:55:01.997Z||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.
2021-09-15T01:55:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:55:11.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:55:11.544Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:56:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:56:01.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:56:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:56:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:56:01.997Z||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.
2021-09-15T01:56:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:56:11.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:56:11.548Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:57:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:57:01.995Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:57:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:57:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:57:01.997Z||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.
2021-09-15T01:57:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:57:11.542Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:57:11.543Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:58:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:58:01.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:58:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:58:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:58:01.997Z||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.
2021-09-15T01:58:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:58:11.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:58:11.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:59:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:59:01.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T01:59:01.995Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T01:59:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T01:59:01.997Z||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.
2021-09-15T01:59:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T01:59:11.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T01:59:11.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:00:01.994Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:00:01.994Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T02:00:01.994Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T02:00:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:00:01.997Z||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.
2021-09-15T02:00:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:00:11.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:00:11.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:01:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:01:01.995Z||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.
2021-09-15T02:01:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:01:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:01:01.997Z||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.
2021-09-15T02:01:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:01:11.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:01:11.541Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:02:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:02:01.995Z||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.
2021-09-15T02:02:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:02:01.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:02:01.997Z||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.
2021-09-15T02:02:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:02:11.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:02:11.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:03:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:03:01.994Z||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.
2021-09-15T02:03:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:03:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:03:01.997Z||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.
2021-09-15T02:03:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:03:11.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:03:11.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:04:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:04:01.994Z||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.
2021-09-15T02:04:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:04:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:04:01.997Z||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.
2021-09-15T02:04:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:04:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:04:11.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:05:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:05:01.995Z||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.
2021-09-15T02:05:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:05:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:05:01.997Z||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.
2021-09-15T02:05:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:05:11.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:05:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:06:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:06:01.995Z||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.
2021-09-15T02:06:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:06:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:06:01.997Z||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.
2021-09-15T02:06:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:06:11.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:06:11.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:07:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:07:01.994Z||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.
2021-09-15T02:07:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:07:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:07:01.997Z||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.
2021-09-15T02:07:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:07:11.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:07:11.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:08:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:08:01.994Z||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.
2021-09-15T02:08:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:08:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:08:01.997Z||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.
2021-09-15T02:08:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:08:11.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:08:11.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:09:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:09:01.995Z||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.
2021-09-15T02:09:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:09:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:09:01.997Z||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.
2021-09-15T02:09:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:09:11.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:09:11.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:10:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:10:01.994Z||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.
2021-09-15T02:10:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:10:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:10:01.997Z||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.
2021-09-15T02:10:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:10:11.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:10:11.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:11:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:11:01.995Z||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.
2021-09-15T02:11:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:11:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:11:01.997Z||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.
2021-09-15T02:11:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:11:11.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:11:11.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:12:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:12:01.995Z||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.
2021-09-15T02:12:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:12:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:12:01.997Z||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.
2021-09-15T02:12:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:12:11.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:12:11.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:13:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:13:01.995Z||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.
2021-09-15T02:13:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:13:01.997Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:13:01.997Z||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.
2021-09-15T02:13:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:13:11.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:13:11.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:14:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:14:01.994Z||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.
2021-09-15T02:14:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:14:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:14:01.997Z||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.
2021-09-15T02:14:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:14:11.542Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:14:11.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:15:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:15:01.994Z||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.
2021-09-15T02:15:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:15:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:15:01.997Z||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.
2021-09-15T02:15:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:15:11.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:15:11.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:16:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:16:01.995Z||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.
2021-09-15T02:16:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:16:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:16:01.997Z||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.
2021-09-15T02:16:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:16:11.534Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:16:11.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:17:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:17:01.995Z||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.
2021-09-15T02:17:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:17:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:17:01.997Z||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.
2021-09-15T02:17:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:17:11.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:17:11.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:18:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:18:01.995Z||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.
2021-09-15T02:18:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:18:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:18:01.997Z||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.
2021-09-15T02:18:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:18:11.540Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:18:11.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:19:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:19:01.994Z||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.
2021-09-15T02:19:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:19:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:19:01.997Z||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.
2021-09-15T02:19:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:19:11.537Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:19:11.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:20:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:20:01.995Z||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.
2021-09-15T02:20:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:20:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:20:01.997Z||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.
2021-09-15T02:20:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:20:11.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:20:11.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:21:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:21:01.994Z||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.
2021-09-15T02:21:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:21:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:21:01.997Z||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.
2021-09-15T02:21:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:21:11.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:21:11.537Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:22:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:22:01.995Z||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.
2021-09-15T02:22:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:22:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:22:01.997Z||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.
2021-09-15T02:22:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:22:11.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:22:11.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:23:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:23:01.995Z||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.
2021-09-15T02:23:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:23:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:23:01.997Z||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.
2021-09-15T02:23:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:23:11.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:23:11.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:24:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:24:01.995Z||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.
2021-09-15T02:24:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:24:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:24:01.997Z||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.
2021-09-15T02:24:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:24:11.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:24:11.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:25:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:25:01.995Z||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.
2021-09-15T02:25:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:25:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:25:01.997Z||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.
2021-09-15T02:25:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:25:11.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:25:11.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:26:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:26:01.995Z||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.
2021-09-15T02:26:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:26:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:26:01.997Z||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.
2021-09-15T02:26:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:26:11.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:26:11.543Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:27:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:27:01.995Z||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.
2021-09-15T02:27:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:27:01.997Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:27:01.997Z||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.
2021-09-15T02:27:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:27:11.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:27:11.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:28:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:28:01.994Z||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.
2021-09-15T02:28:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:28:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:28:01.997Z||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.
2021-09-15T02:28:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:28:11.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:28:11.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:29:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:29:01.995Z||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.
2021-09-15T02:29:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:29:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:29:01.997Z||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.
2021-09-15T02:29:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:29:11.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:29:11.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:30:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:30:01.994Z||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.
2021-09-15T02:30:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:30:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:30:01.997Z||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.
2021-09-15T02:30:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:30:11.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:30:11.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:31:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:31:01.994Z||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.
2021-09-15T02:31:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:31:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:31:01.997Z||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.
2021-09-15T02:31:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:31:11.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:31:11.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:32:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:32:01.995Z||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.
2021-09-15T02:32:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:32:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:32:01.997Z||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.
2021-09-15T02:32:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:32:11.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:32:11.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:33:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:33:01.995Z||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.
2021-09-15T02:33:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:33:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:33:01.997Z||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.
2021-09-15T02:33:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:33:11.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:33:11.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:34:01.994Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:34:01.994Z||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.
2021-09-15T02:34:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:34:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:34:01.997Z||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.
2021-09-15T02:34:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:34:11.536Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:34:11.544Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:35:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:35:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:35:01.998Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T02:35:01.998Z||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.
2021-09-15T02:35:01.999Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T02:35:01.999Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:35:11.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:35:11.548Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:36:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:36:01.995Z||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.
2021-09-15T02:36:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:36:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:36:01.997Z||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.
2021-09-15T02:36:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:36:11.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:36:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:37:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:37:01.994Z||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.
2021-09-15T02:37:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:37:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:37:01.997Z||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.
2021-09-15T02:37:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:37:11.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:37:11.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:38:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:38:01.995Z||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.
2021-09-15T02:38:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:38:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:38:01.997Z||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.
2021-09-15T02:38:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:38:11.534Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:38:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:39:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:39:01.994Z||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.
2021-09-15T02:39:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:39:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:39:01.997Z||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.
2021-09-15T02:39:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:39:11.534Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:39:11.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:40:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:40:01.994Z||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.
2021-09-15T02:40:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:40:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:40:01.997Z||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.
2021-09-15T02:40:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:40:11.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:40:11.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:41:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:41:01.994Z||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.
2021-09-15T02:41:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:41:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:41:01.997Z||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.
2021-09-15T02:41:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:41:11.541Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:41:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:42:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:42:01.995Z||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.
2021-09-15T02:42:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:42:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:42:01.997Z||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.
2021-09-15T02:42:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:42:11.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:42:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:43:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:43:01.994Z||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.
2021-09-15T02:43:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:43:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:43:01.997Z||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.
2021-09-15T02:43:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:43:11.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:43:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:44:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:44:01.995Z||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.
2021-09-15T02:44:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:44:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:44:01.997Z||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.
2021-09-15T02:44:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:44:11.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:44:11.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:45:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:45:01.994Z||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.
2021-09-15T02:45:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:45:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:45:01.997Z||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.
2021-09-15T02:45:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:45:11.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:45:11.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:46:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:46:01.994Z||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.
2021-09-15T02:46:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:46:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:46:01.997Z||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.
2021-09-15T02:46:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:46:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:46:11.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:47:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:47:01.994Z||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.
2021-09-15T02:47:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:47:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:47:01.997Z||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.
2021-09-15T02:47:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:47:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:47:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:48:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:48:01.994Z||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.
2021-09-15T02:48:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:48:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:48:01.997Z||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.
2021-09-15T02:48:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:48:11.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:48:11.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:49:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:49:01.994Z||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.
2021-09-15T02:49:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:49:01.997Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:49:01.997Z||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.
2021-09-15T02:49:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:49:11.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:49:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:50:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:50:01.994Z||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.
2021-09-15T02:50:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:50:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:50:01.997Z||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.
2021-09-15T02:50:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:50:11.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:50:11.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:51:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:51:01.994Z||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.
2021-09-15T02:51:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:51:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:51:01.997Z||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.
2021-09-15T02:51:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:51:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:51:11.538Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:52:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:52:01.994Z||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.
2021-09-15T02:52:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:52:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:52:01.997Z||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.
2021-09-15T02:52:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:52:11.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:52:11.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:53:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:53:01.994Z||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.
2021-09-15T02:53:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:53:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:53:01.997Z||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.
2021-09-15T02:53:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:53:11.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:53:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:54:01.994Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:54:01.994Z||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.
2021-09-15T02:54:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:54:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:54:01.997Z||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.
2021-09-15T02:54:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:54:11.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:54:11.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:55:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:55:01.994Z||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.
2021-09-15T02:55:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:55:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:55:01.997Z||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.
2021-09-15T02:55:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:55:11.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:55:11.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:56:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:56:01.994Z||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.
2021-09-15T02:56:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:56:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:56:01.997Z||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.
2021-09-15T02:56:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:56:11.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:56:11.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:57:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:57:01.994Z||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.
2021-09-15T02:57:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:57:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:57:01.997Z||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.
2021-09-15T02:57:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:57:11.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:57:11.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:58:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:58:01.994Z||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.
2021-09-15T02:58:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:58:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:58:01.997Z||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.
2021-09-15T02:58:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:58:11.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:58:11.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:59:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:59:01.995Z||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.
2021-09-15T02:59:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:59:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T02:59:01.997Z||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.
2021-09-15T02:59:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T02:59:11.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T02:59:11.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:00:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:00:01.994Z||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.
2021-09-15T03:00:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:00:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:00:01.997Z||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.
2021-09-15T03:00:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:00:11.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:00:11.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:01:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:01:01.995Z||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.
2021-09-15T03:01:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:01:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:01:01.997Z||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.
2021-09-15T03:01:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:01:11.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:01:11.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:02:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:02:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:02:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:02:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:02:01.997Z||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.
2021-09-15T03:02:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:02:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:02:11.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:03:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:03:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:03:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:03:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:03:01.997Z||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.
2021-09-15T03:03:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:03:11.538Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:03:11.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:04:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:04:01.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:04:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:04:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:04:01.997Z||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.
2021-09-15T03:04:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:04:11.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:04:11.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:05:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:05:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:05:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:05:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:05:01.997Z||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.
2021-09-15T03:05:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:05:11.535Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:05:11.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:06:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:06:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:06:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:06:01.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:06:01.997Z||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.
2021-09-15T03:06:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:06:11.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:06:11.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:07:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:07:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:07:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:07:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:07:01.997Z||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.
2021-09-15T03:07:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:07:11.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:07:11.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:08:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:08:01.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:08:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:08:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:08:01.997Z||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.
2021-09-15T03:08:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:08:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:08:11.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:09:01.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:09:01.994Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:09:01.994Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:09:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:09:01.997Z||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.
2021-09-15T03:09:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:09:11.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:09:11.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:10:01.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:10:01.994Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:10:01.994Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:10:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:10:01.997Z||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.
2021-09-15T03:10:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:10:11.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:10:11.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:11:01.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:11:01.995Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:11:01.995Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:11:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:11:01.997Z||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.
2021-09-15T03:11:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:11:11.540Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:11:11.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:12:01.994Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:12:01.994Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:12:01.995Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:12:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:12:01.997Z||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.
2021-09-15T03:12:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:12:11.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:12:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:13:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:13:01.994Z||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.
2021-09-15T03:13:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:13:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:13:01.997Z||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.
2021-09-15T03:13:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:13:11.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:13:11.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:14:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:14:01.994Z||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.
2021-09-15T03:14:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:14:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:14:01.997Z||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.
2021-09-15T03:14:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:14:11.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:14:11.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:15:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:15:01.994Z||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.
2021-09-15T03:15:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:15:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:15:01.997Z||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.
2021-09-15T03:15:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:15:11.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:15:11.553Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:16:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:16:01.994Z||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.
2021-09-15T03:16:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:16:01.996Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:16:01.997Z||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.
2021-09-15T03:16:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:16:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:16:11.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:17:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:17:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:17:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:17:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:17:01.997Z||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.
2021-09-15T03:17:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:17:11.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:17:11.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:18:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:18:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:18:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:18:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:18:01.997Z||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.
2021-09-15T03:18:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:18:11.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:18:11.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:19:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:19:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:19:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:19:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:19:01.997Z||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.
2021-09-15T03:19:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:19:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:19:11.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:20:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:20:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:20:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:20:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:20:01.997Z||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.
2021-09-15T03:20:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:20:11.539Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:20:11.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:21:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:21:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:21:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:21:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:21:01.997Z||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.
2021-09-15T03:21:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:21:11.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:21:11.536Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:22:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:22:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:22:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:22:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:22:01.997Z||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.
2021-09-15T03:22:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:22:11.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:22:11.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:23:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:23:01.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:23:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:23:01.996Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:23:01.997Z||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.
2021-09-15T03:23:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:23:11.533Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:23:11.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:24:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:24:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:24:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:24:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:24:01.997Z||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.
2021-09-15T03:24:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:24:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:24:11.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:25:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:25:01.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:25:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:25:01.996Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:25:01.997Z||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.
2021-09-15T03:25:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:25:11.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:25:11.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:26:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:26:01.995Z||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.
2021-09-15T03:26:01.996Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:26:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:26:01.998Z||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.
2021-09-15T03:26:01.998Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:26:11.544Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:26:11.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:27:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:27:01.994Z||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.
2021-09-15T03:27:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:27:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:27:01.997Z||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.
2021-09-15T03:27:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:27:11.535Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:27:11.537Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:28:01.994Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:28:01.994Z||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.
2021-09-15T03:28:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:28:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:28:01.997Z||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.
2021-09-15T03:28:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:28:11.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:28:11.541Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:29:01.995Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:29:01.996Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:29:01.996Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:29:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:29:01.997Z||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.
2021-09-15T03:29:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:29:11.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:29:11.544Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:30:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:30:01.996Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:30:01.996Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:30:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:30:01.997Z||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.
2021-09-15T03:30:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:30:11.540Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:30:11.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:31:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:31:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:31:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:31:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:31:01.997Z||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.
2021-09-15T03:31:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:31:11.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:31:11.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:32:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:32:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:32:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:32:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:32:01.997Z||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.
2021-09-15T03:32:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:32:11.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:32:11.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:33:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:33:01.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:33:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:33:01.997Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:33:01.997Z||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.
2021-09-15T03:33:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:33:11.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:33:11.541Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:34:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:34:01.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:34:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:34:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:34:01.997Z||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.
2021-09-15T03:34:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:34:11.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:34:11.563Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:35:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:35:01.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:35:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:35:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:35:01.997Z||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.
2021-09-15T03:35:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:35:11.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:35:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:36:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:36:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:36:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:36:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:36:01.997Z||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.
2021-09-15T03:36:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:36:11.536Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:36:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:37:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:37:01.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:37:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:37:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:37:01.997Z||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.
2021-09-15T03:37:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:37:11.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:37:11.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:38:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:38:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:38:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:38:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:38:01.997Z||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.
2021-09-15T03:38:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:38:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:38:11.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:39:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:39:01.995Z||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.
2021-09-15T03:39:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:39:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:39:01.997Z||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.
2021-09-15T03:39:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:39:11.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:39:11.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:40:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:40:01.994Z||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.
2021-09-15T03:40:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:40:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:40:01.997Z||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.
2021-09-15T03:40:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:40:11.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:40:11.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:41:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:41:01.994Z||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.
2021-09-15T03:41:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:41:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:41:01.997Z||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.
2021-09-15T03:41:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:41:11.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:41:11.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:42:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:42:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:42:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:42:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:42:01.997Z||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.
2021-09-15T03:42:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:42:11.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:42:11.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:43:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:43:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:43:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:43:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:43:01.997Z||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.
2021-09-15T03:43:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:43:11.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:43:11.540Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:44:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:44:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:44:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:44:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:44:01.997Z||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.
2021-09-15T03:44:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:44:11.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:44:11.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:45:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:45:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:45:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:45:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:45:01.997Z||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.
2021-09-15T03:45:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:45:11.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:45:11.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:46:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:46:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:46:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:46:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:46:01.997Z||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.
2021-09-15T03:46:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:46:11.533Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:46:11.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:47:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:47:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:47:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:47:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:47:01.997Z||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.
2021-09-15T03:47:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:47:11.535Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:47:11.535Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:48:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:48:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:48:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:48:01.996Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:48:01.997Z||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.
2021-09-15T03:48:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:48:11.535Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:48:11.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:49:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:49:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:49:01.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:49:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:49:01.997Z||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.
2021-09-15T03:49:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:49:11.541Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:49:11.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:50:01.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:50:01.994Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-15T03:50:01.994Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:50:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:50:01.997Z||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.
2021-09-15T03:50:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:50:11.533Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:50:11.537Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:51:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:51:01.994Z||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.
2021-09-15T03:51:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:51:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:51:01.997Z||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.
2021-09-15T03:51:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:51:11.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:51:11.538Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:52:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:52:01.994Z||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.
2021-09-15T03:52:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:52:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:52:01.997Z||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.
2021-09-15T03:52:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:52:11.537Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:52:11.537Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:53:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:53:01.994Z||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.
2021-09-15T03:53:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:53:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:53:01.997Z||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.
2021-09-15T03:53:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:53:11.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:53:11.540Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:54:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:54:01.994Z||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.
2021-09-15T03:54:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:54:01.996Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:54:01.997Z||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.
2021-09-15T03:54:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:54:11.535Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:54:11.535Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:55:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:55:01.994Z||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.
2021-09-15T03:55:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:55:01.996Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:55:01.997Z||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.
2021-09-15T03:55:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:55:11.536Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:55:11.538Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:56:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:56:01.994Z||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.
2021-09-15T03:56:01.995Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:56:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:56:01.997Z||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.
2021-09-15T03:56:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:56:11.539Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:56:11.541Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:01.994Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:57:01.994Z||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.
2021-09-15T03:57:01.994Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:57:01.997Z||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.
2021-09-15T03:57:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:02.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:02.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:02.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fdbdc84f-05db-42b8-8a7f-02dccc4824c9","serviceName":"basic_onboard_knzIQb","serviceVersion":"1.0","serviceUUID":"7479a4e8-e37f-4f24-9fdf-8816ac6bce4e","serviceDescription":"service","serviceInvariantUUID":"3dd19744-09ec-43c3-af9d-d07ac303bc08","resources":[{"resourceInstanceName":"basic_onboard_knzIQb 0","resourceName":"basic_onboard_knzIQb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"086abb77-c43e-46f8-bfa7-9f51674b917f","resourceInvariantUUID":"07aa0d05-af00-40fe-bb24-fb924c104a64","resourceCustomizationUUID":"caad9c79-c5d0-455d-8a8d-871ec2e90ac0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml","artifactChecksum":"MmU4Yzg4YTM2NDQ1NzljOTUwYjgyMzEzNDkwMWRjNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b0eea279-10b4-42d4-b544-a059114637fd","artifactVersion":"1"},{"artifactName":"basic_onboard_knziqb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json","artifactChecksum":"NTBlZWUyMDQyZjI4NzRlNWQ0MTc5YTQ5YzlmN2E0MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2e85013-dca8-42be-8f6e-096d403938d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7be94210-8e32-4382-ab17-1eec9194136b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"297b2b57-6d19-4ba4-90b0-015b2782e7e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69a3e1d8-789d-4102-ad09-4b45999c31cc","artifactVersion":"2","generatedFromUUID":"7be94210-8e32-4382-ab17-1eec9194136b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKnziqb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml","artifactChecksum":"YzMyYWVhMzllMzgyZTQ1MzU0ODBjMDg3Njk1MjczYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f9987a6-0dcc-4224-b8d8-31f4b7a3e076","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKnziqb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar","artifactChecksum":"ZmZlY2MzMmZkMmZhZTQ0MjUxOWE0YWFjMGVkMGI4NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7e7adea-5fb8-4115-b07d-6fc723bc41c8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T03:57:02.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678182695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.632Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:02.636Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.643Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678187139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.643Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "dcae-sch",
"timestamp": 1631678188408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678182195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678188111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678188934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678187139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "dcae-sch",
"timestamp": 1631678188408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678182695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678182195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678188111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678188934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678187139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678182195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678182695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "dcae-sch",
"timestamp": 1631678188408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678188111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678188934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678187139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "dcae-sch",
"timestamp": 1631678188408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678182695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678182195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678188111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678191870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678188934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678192300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678187139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678182195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678182695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "dcae-sch",
"timestamp": 1631678188408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678188111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678191870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678188934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678192300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678187139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678182695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "dcae-sch",
"timestamp": 1631678188408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678182195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678188111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678191870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678188934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678192300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678187139,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "dcae-sch",
"timestamp": 1631678188408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678182195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678182695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678188111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678191870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678188934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678192300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678191870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678192300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678197034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678197027,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678197113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678197217,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678191870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678192300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678198035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678191870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678198702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678192300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "policy-id",
"timestamp": 1631678199038,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-09-15T03:57:02.743Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-09-15T03:57:02.746Z||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.
2021-09-15T03:57:02.746Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:02.758Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:02.759Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 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: 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 (?, ?, ?, ?, ?)
2021-09-15T03:57:02.857Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.868Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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 (?, ?, ?, ?, ?)
2021-09-15T03:57:02.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678200303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678200311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678200945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "cds",
"timestamp": 1631678201319,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T03:57:02.900Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.900Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-15T03:57:02.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678201948,
"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=?
2021-09-15T03:57:02.911Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.911Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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 (?, ?, ?, ?, ?)
2021-09-15T03:57:02.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678202147,
"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=?
2021-09-15T03:57:02.922Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.922Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678203150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678209635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "aai-ml",
"timestamp": 1631678210640,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T03:57:02.933Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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 (?, ?, ?, ?, ?)
2021-09-15T03:57:02.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678211989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678213187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:57:02.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "clamp",
"timestamp": 1631678214191,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
2021-09-15T03:57:02.944Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fdbdc84f-05db-42b8-8a7f-02dccc4824c9
2021-09-15T03:57:02.944Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdbdc84f-05db-42b8-8a7f-02dccc4824c9 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-09-15T03:57:03.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:03.648Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:03.650Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:03.650Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T03:57:03.750Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:03.751Z||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.
2021-09-15T03:57:03.751Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:03.761Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:03.762Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:04.650Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:04.651Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:04.653Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:04.653Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T03:57:04.753Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:04.754Z||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.
2021-09-15T03:57:04.754Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:04.767Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:04.768Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:05.653Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:05.654Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:05.655Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:05.655Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:05.755Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:05.756Z||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.
2021-09-15T03:57:05.756Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:05.766Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:05.766Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:06.656Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:06.656Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:06.658Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:06.658Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-15T03:57:06.758Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:06.759Z||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.
2021-09-15T03:57:06.759Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:06.768Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:06.769Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:07.658Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:07.659Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:07.661Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:07.661Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:57:07.761Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:07.762Z||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.
2021-09-15T03:57:07.762Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:07.771Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:07.772Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:08.661Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:57:08.662Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:08.664Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:08.664Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:57:08.764Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:08.765Z||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.
2021-09-15T03:57:08.765Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:08.774Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:08.774Z||pool-9-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:09.665Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"serviceName": "basic_onboard_knzIQb",
"serviceVersion": "1.0",
"serviceUUID": "7479a4e8-e37f-4f24-9fdf-8816ac6bce4e",
"serviceDescription": "service",
"serviceInvariantUUID": "3dd19744-09ec-43c3-af9d-d07ac303bc08",
"resources": [
{
"resourceInstanceName": "basic_onboard_knzIQb 0",
"resourceCustomizationUUID": "caad9c79-c5d0-455d-8a8d-871ec2e90ac0",
"resourceName": "basic_onboard_knzIQb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "086abb77-c43e-46f8-bfa7-9f51674b917f",
"resourceInvariantUUID": "07aa0d05-af00-40fe-bb24-fb924c104a64",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_knziqb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"artifactChecksum": "NTBlZWUyMDQyZjI4NzRlNWQ0MTc5YTQ5YzlmN2E0MWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d2e85013-dca8-42be-8f6e-096d403938d8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7be94210-8e32-4382-ab17-1eec9194136b",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "69a3e1d8-789d-4102-ad09-4b45999c31cc",
"generatedFromUUID": "7be94210-8e32-4382-ab17-1eec9194136b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "69a3e1d8-789d-4102-ad09-4b45999c31cc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKnziqb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"artifactChecksum": "ZmZlY2MzMmZkMmZhZTQ0MjUxOWE0YWFjMGVkMGI4NDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d7e7adea-5fb8-4115-b07d-6fc723bc41c8"
}
],
"workloadContext": "Production"
}
2021-09-15T03:57:09.666Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T03:57:09.666Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e ASDC
2021-09-15T03:57:09.741Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fdbdc84f-05db-42b8-8a7f-02dccc4824c9
ServiceName:basic_onboard_knzIQb
ServiceVersion:1.0
ServiceUUID:7479a4e8-e37f-4f24-9fdf-8816ac6bce4e
ServiceInvariantUUID:3dd19744-09ec-43c3-af9d-d07ac303bc08
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKnziqb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
ArtifactUUID:d7e7adea-5fb8-4115-b07d-6fc723bc41c8
ArtifactChecksum:ZmZlY2MzMmZkMmZhZTQ0MjUxOWE0YWFjMGVkMGI4NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_knzIQb 0
ResourceCustomizationUUID:caad9c79-c5d0-455d-8a8d-871ec2e90ac0
ResourceInvariantUUID:07aa0d05-af00-40fe-bb24-fb924c104a64
ResourceName:basic_onboard_knzIQb
ResourceType:VF
ResourceUUID:086abb77-c43e-46f8-bfa7-9f51674b917f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_knziqb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
ArtifactUUID:d2e85013-dca8-42be-8f6e-096d403938d8
ArtifactChecksum:NTBlZWUyMDQyZjI4NzRlNWQ0MTc5YTQ5YzlmN2E0MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7be94210-8e32-4382-ab17-1eec9194136b
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
ArtifactUUID:69a3e1d8-789d-4102-ad09-4b45999c31cc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
ArtifactUUID:69a3e1d8-789d-4102-ad09-4b45999c31cc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-15T03:57:09.742Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e 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=?
2021-09-15T03:57:09.776Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T03:57:09.777Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:57:09.777Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:57:09.777Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d7e7adea-5fb8-4115-b07d-6fc723bc41c8 from URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:09.778Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:57:09.778Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:09.924Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:57:09.930Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar d7e7adea-5fb8-4115-b07d-6fc723bc41c8 71379
2021-09-15T03:57:09.931Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar ASDC sendASDCNotification
2021-09-15T03:57:09.931Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:09.932Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:57:09.932Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:09.934Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:09.934Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678229930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:10.034Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:10.034Z||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.
2021-09-15T03:57:10.035Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:10.045Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:10.046Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:10.934Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T03:57:10.935Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:57:10.935Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d7e7adea-5fb8-4115-b07d-6fc723bc41c8, URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar to file: /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:10.936Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:10.989Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:10.990Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:11.354Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2490365184699828137/Definitions/service-BasicOnboardKnziqb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-15T03:57:13.003Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T03:57:13.006Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T03:57:13.006Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_knzIQb 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||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-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:13.007Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T03:57:13.012Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.013Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.016Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.016Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T03:57:13.017Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T03:57:13.018Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.019Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is not matching search criteria
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-15T03:57:13.022Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T03:57:13.023Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T03:57:13.023Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.023Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T03:57:13.023Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.024Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is not matching search criteria
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7db34b1-5d32-4ae0-8d28-e4e1e7492328
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.025Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.026Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.026Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:13.026Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:13.026Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_knzIQb
Description:service
Model UUID:7479a4e8-e37f-4f24-9fdf-8816ac6bce4e
Model Version:NULL
Model InvariantUuid:3dd19744-09ec-43c3-af9d-d07ac303bc08
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_knzIQb
Model UUID:266c986f-0bd1-44e3-90e8-c84d6682b9be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07aa0d05-af00-40fe-bb24-fb924c104a64
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:caad9c79-c5d0-455d-8a8d-871ec2e90ac0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3757ee9c-96e9-4ce6-aeb5-4575b07673c9
ModelName:BasicOnboardKnziqb..base_ubuntu18..module-0
ModelUuid:be1c6771-0451-4523-a4b4-53ba5277dbaa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c7db34b1-5d32-4ae0-8d28-e4e1e7492328
ModelInvariantUuid:b47e42b9-c79d-4fc3-8fa1-d57f515523a0
ModelName:basic_onboard_knzIQb-nodes.ubuntu18Cvfc
ModelUuid:41b94d4c-bc42-49fa-9f9f-484677f5bca9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:a4508030-e584-48ab-878c-43e4f1197337
ModelInvariantUuid:7f4d415a-ba9d-4629-a6bc-75f872739f11
ModelName:BasicOnboardKnziqb.compute.nodes.heat.ubuntu18
ModelUuid:2e796aa1-bbc5-49ff-a87c-0cb4589f6408
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-15T03:57:13.043Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 086abb77-c43e-46f8-bfa7-9f51674b917f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T03:57:13.110Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||basic_onboard_knzIQb 0
2021-09-15T03:57:13.116Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 086abb77-c43e-46f8-bfa7-9f51674b917f
2021-09-15T03:57:13.116Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d2e85013-dca8-42be-8f6e-096d403938d8 from URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
2021-09-15T03:57:13.117Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:57:13.117Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
2021-09-15T03:57:13.449Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:57:13.449Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json d2e85013-dca8-42be-8f6e-096d403938d8 798
2021-09-15T03:57:13.450Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json ASDC sendASDCNotification
2021-09-15T03:57:13.450Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
2021-09-15T03:57:13.450Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:57:13.450Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:13.452Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:13.452Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678233450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:13.552Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:13.553Z||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.
2021-09-15T03:57:13.553Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:13.563Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:13.564Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:14.453Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKnziqb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3757ee9c-96e9-4ce6-aeb5-4575b07673c9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "be1c6771-0451-4523-a4b4-53ba5277dbaa",
"vfModuleModelCustomizationUUID": "db7626ae-edd1-4448-bf17-1ac84586dacd",
"isBase": true,
"artifacts": [
"7be94210-8e32-4382-ab17-1eec9194136b",
"69a3e1d8-789d-4102-ad09-4b45999c31cc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-15T03:57:14.464Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKnziqb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be1c6771-0451-4523-a4b4-53ba5277dbaa
VfModuleModelInvariantUUID:3757ee9c-96e9-4ce6-aeb5-4575b07673c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7be94210-8e32-4382-ab17-1eec9194136b
,
69a3e1d8-789d-4102-ad09-4b45999c31cc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-15T03:57:14.466Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKnziqb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3757ee9c-96e9-4ce6-aeb5-4575b07673c9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "be1c6771-0451-4523-a4b4-53ba5277dbaa",
"vfModuleModelCustomizationUUID": "db7626ae-edd1-4448-bf17-1ac84586dacd",
"isBase": true,
"artifacts": [
"7be94210-8e32-4382-ab17-1eec9194136b",
"69a3e1d8-789d-4102-ad09-4b45999c31cc"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-09-15T03:57:14.466Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKnziqb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:be1c6771-0451-4523-a4b4-53ba5277dbaa
VfModuleModelInvariantUUID:3757ee9c-96e9-4ce6-aeb5-4575b07673c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7be94210-8e32-4382-ab17-1eec9194136b
,
69a3e1d8-789d-4102-ad09-4b45999c31cc
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-09-15T03:57:14.467Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7be94210-8e32-4382-ab17-1eec9194136b from URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
2021-09-15T03:57:14.467Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:57:14.467Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
2021-09-15T03:57:15.147Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:57:15.147Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml 7be94210-8e32-4382-ab17-1eec9194136b 5033
2021-09-15T03:57:15.148Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-15T03:57:15.148Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
2021-09-15T03:57:15.148Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:57:15.148Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:15.150Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:15.150Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678235148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:15.250Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:15.250Z||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.
2021-09-15T03:57:15.251Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:15.261Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:15.261Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:16.151Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 69a3e1d8-789d-4102-ad09-4b45999c31cc from URL: /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
2021-09-15T03:57:16.151Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:57:16.151Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
2021-09-15T03:57:17.206Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env 69a3e1d8-789d-4102-ad09-4b45999c31cc 909
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:57:17.207Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:17.209Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:17.209Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678237207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:57:17.309Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:17.310Z||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.
2021-09-15T03:57:17.310Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:17.320Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:17.320Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T03:57:18.209Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e
2021-09-15T03:57:18.210Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_knzIQb 0 086abb77-c43e-46f8-bfa7-9f51674b917f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T03:57:18.234Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b088d0f, org.onap.sdc.toscaparser.api.parameters.Input@5e577866, org.onap.sdc.toscaparser.api.parameters.Input@727fa155, org.onap.sdc.toscaparser.api.parameters.Input@763e0bc, org.onap.sdc.toscaparser.api.parameters.Input@68ec75aa]
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= caad9c79-c5d0-455d-8a8d-871ec2e90ac0
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: caad9c79-c5d0-455d-8a8d-871ec2e90ac0 matches Tosca VF Customization UUID: caad9c79-c5d0-455d-8a8d-871ec2e90ac0
2021-09-15T03:57:18.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: caad9c79-c5d0-455d-8a8d-871ec2e90ac0 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-15T03:57:18.242Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.242Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id caad9c79-c5d0-455d-8a8d-871ec2e90ac0: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-15T03:57:18.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2aa54f6b
2021-09-15T03:57:18.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T03:57:18.244Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db7626ae-edd1-4448-bf17-1ac84586dacd
2021-09-15T03:57:18.244Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db7626ae-edd1-4448-bf17-1ac84586dacd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-15T03:57:18.250Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.250Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:18.250Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:18.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:18.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:18.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is not matching search criteria
2021-09-15T03:57:18.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-15T03:57:18.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-15T03:57:18.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7db34b1-5d32-4ae0-8d28-e4e1e7492328
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-15T03:57:18.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:18.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:57:18.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_knzIQb 0 is matching search criteria
2021-09-15T03:57:18.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_knzIQb 0] matching following query criteria: sdcType=VF, customizationUUID=caad9c79-c5d0-455d-8a8d-871ec2e90ac0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e: basic_onboard_knzIQb
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_knzIQb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:57:18.261Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_knzIQb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-15T03:57:18.395Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_knzIQb 086abb77-c43e-46f8-bfa7-9f51674b917f 1 ASDC deployResourceStructure
2021-09-15T03:57:18.396Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json ASDC sendASDCNotification
2021-09-15T03:57:18.396Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json
2021-09-15T03:57:18.396Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:57:18.396Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:18.398Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:18.398Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678238396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:18.498Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:18.499Z||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.
2021-09-15T03:57:18.499Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:18.510Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:18.511Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:19.399Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-15T03:57:19.399Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml
2021-09-15T03:57:19.400Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:57:19.400Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:19.401Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:19.402Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678239399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:19.502Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:19.502Z||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.
2021-09-15T03:57:19.502Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:19.513Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:19.513Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:20.402Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-15T03:57:20.403Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env
2021-09-15T03:57:20.403Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:57:20.403Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:20.405Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:20.405Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678240402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:20.506Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T03:57:20.506Z||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.
2021-09-15T03:57:20.507Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:20.517Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:20.518Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:21.406Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar ASDC sendASDCNotification
2021-09-15T03:57:21.406Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar
2021-09-15T03:57:21.406Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:57:21.406Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:57:21.408Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:57:21.408Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678241406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T03:57:21.508Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:57:21.509Z||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.
2021-09-15T03:57:21.509Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:57:21.521Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:57:21.522Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:57:22.409Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdbdc84f-05db-42b8-8a7f-02dccc4824c9
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=?
2021-09-15T03:57:22.423Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdbdc84f-05db-42b8-8a7f-02dccc4824c9
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=?
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T03:57:22.427Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T03:57:22.428Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T03:57:22.433Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T03:57:52.433Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdbdc84f-05db-42b8-8a7f-02dccc4824c9 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=?
2021-09-15T03:57:52.441Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdbdc84f-05db-42b8-8a7f-02dccc4824c9 and serviceModelVersionId: 7479a4e8-e37f-4f24-9fdf-8816ac6bce4e
2021-09-15T03:57:52.441Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dd19744-09ec-43c3-af9d-d07ac303bc08
2021-09-15T03:58:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:58:01.997Z||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.
2021-09-15T03:58:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:02.121Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:02.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:58:02.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:58:02.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:58:03.891Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0
2021-09-15T03:58:03.977Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T03:58:04.480Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?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]}
2021-09-15T03:58:04.484Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0|INFO|500||Invoke
2021-09-15T03:58:04.738Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-15T03:58:06.343Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0|INFO|500||InvokeReturn
2021-09-15T03:58:06.343Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3dd19744-09ec-43c3-af9d-d07ac303bc08/model-vers/model-ver/7479a4e8-e37f-4f24-9fdf-8816ac6bce4e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210915-03:58:04:748-31118], vertex-id=[307368], Content-Length=[0], Date=[Wed, 15 Sep 2021 03:58:04 GMT], Content-Type=[application/json]}
2021-09-15T03:58:06.344Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-15T03:58:06.346Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T03:58:06.346Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T03:58:06.351Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||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)
2021-09-15T03:58:06.352Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdbdc84f-05db-42b8-8a7f-02dccc4824c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T03:58:06.353Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T03:58:06.353Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:06.354Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:06.354Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678286352,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T03:58:06.455Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:06.456Z||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.
2021-09-15T03:58:06.456Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:06.466Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:06.467Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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=?
2021-09-15T03:58:07.364Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:58:07.365Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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.
2021-09-15T03:58:07.365Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:10.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:10.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T03:58:10.237Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"28588eeb-8fa2-46d2-b7ec-15617fd6a928","serviceName":"vFW 2021-09-15 03-56-13","serviceVersion":"1.0","serviceUUID":"b3a2d251-a5d6-45fb-8680-b2f8320eae09","serviceDescription":"catalog service description","serviceInvariantUUID":"e8fb98ae-f743-4df3-9e4e-9e8248cb9536","resources":[{"resourceInstanceName":"vFW f93f86b6-2a8f 0","resourceName":"vFW f93f86b6-2a8f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5c407b0-6505-4442-9230-1673042e0359","resourceInvariantUUID":"82eac2d7-7a93-446f-8eb5-1afff94cc2a0","resourceCustomizationUUID":"4f5116b7-df20-410f-b54f-bcebc23c238a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml","artifactChecksum":"MTA5YzdhMzg1NGFhYzc1MDJkZWZjNjVkYmRiZjEzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"803b913e-6d5d-4707-8532-156fe4040891","artifactVersion":"1"},{"artifactName":"vfwf93f86b62a8f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json","artifactChecksum":"ODI3NTYyZGQwODE4NjdhNjliMGM3MThiMWNiZGI4Y2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"def772ac-388d-4ef8-a7f7-8a0ad095ead2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a7eb114-d509-47cb-97d2-57c7a213e285","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml","artifactChecksum":"OWVkNGFiMWZlODViOGIzZTIyNTdhZGYwNTNkZjJhMjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7a21a56f-6cff-41ee-9fd4-fe4d99e1a084","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4ae069f1-c98f-474c-8a7b-e85d86f298d3","artifactVersion":"2","generatedFromUUID":"9a7eb114-d509-47cb-97d2-57c7a213e285"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210915035613-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml","artifactChecksum":"YjRmZmJjNDc5MDZmNzhkNDFkYzIzY2RiNDQ5NzM0Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ae2ae79-8132-44db-afd6-55fd46154c58","artifactVersion":"1"},{"artifactName":"service-Vfw20210915035613-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar","artifactChecksum":"NTJmOTQ5MzY2ZWQxMDY1ZTg4NGVhNjMzOWM0YmY1ZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a718796-2b41-403b-9b61-390fb7fb49b5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T03:58:10.240Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:10.240Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:10.241Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:10.241Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:58:10.342Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:10.343Z||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.
2021-09-15T03:58:10.343Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:10.353Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:10.353Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-15T03:58:11.242Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:11.243Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:11.244Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:11.245Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T03:58:11.345Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:11.345Z||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.
2021-09-15T03:58:11.345Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:11.357Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:11.357Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:12.246Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:12.246Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:12.248Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:12.248Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-15T03:58:12.348Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:12.349Z||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.
2021-09-15T03:58:12.349Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:12.362Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:12.362Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:13.249Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:13.249Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:13.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:13.251Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:58:13.351Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:13.352Z||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.
2021-09-15T03:58:13.352Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:13.364Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:13.364Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-15T03:58:14.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:14.252Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:14.253Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:14.254Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-15T03:58:14.354Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:14.354Z||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.
2021-09-15T03:58:14.354Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:14.389Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:14.390Z||pool-23-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:15.254Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:15.255Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:15.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:15.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:58:15.357Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:15.358Z||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.
2021-09-15T03:58:15.358Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:15.367Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:15.368Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:16.257Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T03:58:16.258Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:16.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:16.260Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:58:16.360Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:16.361Z||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.
2021-09-15T03:58:16.361Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:16.369Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:16.369Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:17.262Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"serviceName": "vFW 2021-09-15 03-56-13",
"serviceVersion": "1.0",
"serviceUUID": "b3a2d251-a5d6-45fb-8680-b2f8320eae09",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e8fb98ae-f743-4df3-9e4e-9e8248cb9536",
"resources": [
{
"resourceInstanceName": "vFW f93f86b6-2a8f 0",
"resourceCustomizationUUID": "4f5116b7-df20-410f-b54f-bcebc23c238a",
"resourceName": "vFW f93f86b6-2a8f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f5c407b0-6505-4442-9230-1673042e0359",
"resourceInvariantUUID": "82eac2d7-7a93-446f-8eb5-1afff94cc2a0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf93f86b62a8f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"artifactChecksum": "ODI3NTYyZGQwODE4NjdhNjliMGM3MThiMWNiZGI4Y2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "def772ac-388d-4ef8-a7f7-8a0ad095ead2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9a7eb114-d509-47cb-97d2-57c7a213e285",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4ae069f1-c98f-474c-8a7b-e85d86f298d3",
"generatedFromUUID": "9a7eb114-d509-47cb-97d2-57c7a213e285"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4ae069f1-c98f-474c-8a7b-e85d86f298d3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210915035613-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"artifactChecksum": "NTJmOTQ5MzY2ZWQxMDY1ZTg4NGVhNjMzOWM0YmY1ZjQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5a718796-2b41-403b-9b61-390fb7fb49b5"
}
],
"workloadContext": "Production"
}
2021-09-15T03:58:17.262Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T03:58:17.262Z|fdbdc84f-05db-42b8-8a7f-02dccc4824c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b3a2d251-a5d6-45fb-8680-b2f8320eae09 ASDC
2021-09-15T03:58:17.262Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:28588eeb-8fa2-46d2-b7ec-15617fd6a928
ServiceName:vFW 2021-09-15 03-56-13
ServiceVersion:1.0
ServiceUUID:b3a2d251-a5d6-45fb-8680-b2f8320eae09
ServiceInvariantUUID:e8fb98ae-f743-4df3-9e4e-9e8248cb9536
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210915035613-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
ArtifactUUID:5a718796-2b41-403b-9b61-390fb7fb49b5
ArtifactChecksum:NTJmOTQ5MzY2ZWQxMDY1ZTg4NGVhNjMzOWM0YmY1ZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f93f86b6-2a8f 0
ResourceCustomizationUUID:4f5116b7-df20-410f-b54f-bcebc23c238a
ResourceInvariantUUID:82eac2d7-7a93-446f-8eb5-1afff94cc2a0
ResourceName:vFW f93f86b6-2a8f
ResourceType:VF
ResourceUUID:f5c407b0-6505-4442-9230-1673042e0359
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf93f86b62a8f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
ArtifactUUID:def772ac-388d-4ef8-a7f7-8a0ad095ead2
ArtifactChecksum:ODI3NTYyZGQwODE4NjdhNjliMGM3MThiMWNiZGI4Y2Y=
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/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
ArtifactUUID:9a7eb114-d509-47cb-97d2-57c7a213e285
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/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
ArtifactUUID:4ae069f1-c98f-474c-8a7b-e85d86f298d3
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/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
ArtifactUUID:4ae069f1-c98f-474c-8a7b-e85d86f298d3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-15T03:58:17.262Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3a2d251-a5d6-45fb-8680-b2f8320eae09 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 (?, ?, ?, ?, ?)
2021-09-15T03:58:17.286Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5a718796-2b41-403b-9b61-390fb7fb49b5 from URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:58:17.287Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:17.896Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:58:17.900Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar 5a718796-2b41-403b-9b61-390fb7fb49b5 98721
2021-09-15T03:58:17.900Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar ASDC sendASDCNotification
2021-09-15T03:58:17.900Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:17.900Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:58:17.901Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:17.903Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:17.903Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678297900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:58:18.003Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:18.004Z||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.
2021-09-15T03:58:18.004Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:18.014Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:18.015Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:18.903Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T03:58:18.904Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T03:58:18.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5a718796-2b41-403b-9b61-390fb7fb49b5, URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar to file: /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:18.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210915035613-csar.csar
2021-09-15T03:58:18.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:18.906Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:19.286Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7724078459204648436/Definitions/service-Vfw20210915035613-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_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_vlan_requirements" 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_onap_private_port_0_order" 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_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2021-09-15T03:58:21.381Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.382Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f93f86b6-2a8f 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||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-Vfw20210915035613-csar.csar
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T03:58:21.383Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.384Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T03:58:21.385Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T03:58:21.385Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.385Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.385Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:21.386Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T03:58:21.387Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.388Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.389Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7715f59-73b1-458a-867e-44271337bee3
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:21.390Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccc188e-a8d8-4925-99bf-f271f9a726a6
2021-09-15T03:58:21.391Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:21.392Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9dfcdb2f-5569-4c25-9db0-e4619363e11a
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.393Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.394Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.394Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:21.394Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:21.394Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-15 03-56-13
Description:catalog service description
Model UUID:b3a2d251-a5d6-45fb-8680-b2f8320eae09
Model Version:NULL
Model InvariantUuid:e8fb98ae-f743-4df3-9e4e-9e8248cb9536
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f93f86b6-2a8f
Model UUID:3aab69e9-e596-426b-8b9d-c1a96f009569
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:82eac2d7-7a93-446f-8eb5-1afff94cc2a0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4f5116b7-df20-410f-b54f-bcebc23c238a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5fa2c837-a90c-4797-a9b9-aeba42911175
ModelName:VfwF93f86b62a8f..base_vfw..module-0
ModelUuid:db4ac13c-cc1b-4131-91e0-ee50cd3525eb
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c7715f59-73b1-458a-867e-44271337bee3
ModelInvariantUuid:f0b71a74-b06c-45b6-aff4-6e5deeaab29f
ModelName:vFW f93f86b6-2a8f-nodes.vfwCvfc
ModelUuid:8d1b668a-4f7e-4d02-bb8d-912d8cc5afc5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2a3094f9-53da-4bb3-b2b1-1b453ccf301a
ModelInvariantUuid:bf1d9a5c-945b-4384-b2d2-b82c1ad3d758
ModelName:VfwF93f86b62a8f.compute.nodes.heat.vfw
ModelUuid:833e1785-2990-4d8d-9b9c-ca43ebaf4323
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9ccc188e-a8d8-4925-99bf-f271f9a726a6
ModelInvariantUuid:8f8f6bc2-1c4d-45ad-88e1-aebdd5d53931
ModelName:vFW f93f86b6-2a8f-nodes.vsnCvfc
ModelUuid:31bf2a91-0246-4992-9b98-4e483ed4fdd4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:67411a5e-5b73-4eb0-8359-8e961ae2a05a
ModelInvariantUuid:fa123852-5b20-48ae-af2a-f772ac99720d
ModelName:VfwF93f86b62a8f.compute.nodes.heat.vsn
ModelUuid:2b5be447-3790-451f-8025-ea1fcb4760ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9dfcdb2f-5569-4c25-9db0-e4619363e11a
ModelInvariantUuid:69e91aec-1b6e-4530-8f11-d2eca6b40192
ModelName:vFW f93f86b6-2a8f-nodes.vpgCvfc
ModelUuid:ae41fc8a-6184-431c-ac79-59a356a69755
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a504bb12-9725-42c8-b855-617c3abe8e99
ModelInvariantUuid:e4747563-ebe9-49ef-bf47-6407d23f30ce
ModelName:VfwF93f86b62a8f.compute.nodes.heat.vpg
ModelUuid:6390fe11-2271-43ff-a14a-95acd2087827
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-15T03:58:21.400Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f5c407b0-6505-4442-9230-1673042e0359
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T03:58:21.403Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||vFW f93f86b6-2a8f 0
2021-09-15T03:58:21.403Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5c407b0-6505-4442-9230-1673042e0359
2021-09-15T03:58:21.403Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: def772ac-388d-4ef8-a7f7-8a0ad095ead2 from URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
2021-09-15T03:58:21.403Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:58:21.404Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
2021-09-15T03:58:21.796Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json def772ac-388d-4ef8-a7f7-8a0ad095ead2 785
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json ASDC sendASDCNotification
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:58:21.797Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:21.799Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:21.799Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678301797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:58:21.899Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:21.900Z||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.
2021-09-15T03:58:21.900Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:21.911Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:21.912Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:22.800Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF93f86b62a8f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5fa2c837-a90c-4797-a9b9-aeba42911175",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "db4ac13c-cc1b-4131-91e0-ee50cd3525eb",
"vfModuleModelCustomizationUUID": "f24ed182-6e38-4db4-ae8d-51e5c992c940",
"isBase": true,
"artifacts": [
"9a7eb114-d509-47cb-97d2-57c7a213e285",
"4ae069f1-c98f-474c-8a7b-e85d86f298d3"
],
"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": ""
}
}
]
2021-09-15T03:58:22.803Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF93f86b62a8f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db4ac13c-cc1b-4131-91e0-ee50cd3525eb
VfModuleModelInvariantUUID:5fa2c837-a90c-4797-a9b9-aeba42911175
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a7eb114-d509-47cb-97d2-57c7a213e285
,
4ae069f1-c98f-474c-8a7b-e85d86f298d3
}
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
}
2021-09-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF93f86b62a8f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5fa2c837-a90c-4797-a9b9-aeba42911175",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "db4ac13c-cc1b-4131-91e0-ee50cd3525eb",
"vfModuleModelCustomizationUUID": "f24ed182-6e38-4db4-ae8d-51e5c992c940",
"isBase": true,
"artifacts": [
"9a7eb114-d509-47cb-97d2-57c7a213e285",
"4ae069f1-c98f-474c-8a7b-e85d86f298d3"
],
"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": ""
}
}
]
2021-09-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF93f86b62a8f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:db4ac13c-cc1b-4131-91e0-ee50cd3525eb
VfModuleModelInvariantUUID:5fa2c837-a90c-4797-a9b9-aeba42911175
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a7eb114-d509-47cb-97d2-57c7a213e285
,
4ae069f1-c98f-474c-8a7b-e85d86f298d3
}
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
}
2021-09-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a7eb114-d509-47cb-97d2-57c7a213e285 from URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
2021-09-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:58:22.805Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
2021-09-15T03:58:23.686Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:58:23.687Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml 9a7eb114-d509-47cb-97d2-57c7a213e285 20368
2021-09-15T03:58:23.688Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-15T03:58:23.688Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
2021-09-15T03:58:23.688Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:58:23.688Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:23.690Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:23.691Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678303688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:58:23.791Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:23.791Z||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.
2021-09-15T03:58:23.791Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:23.801Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:23.802Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:24.691Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4ae069f1-c98f-474c-8a7b-e85d86f298d3 from URL: /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
2021-09-15T03:58:24.692Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T03:58:24.692Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
2021-09-15T03:58:26.634Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env 4ae069f1-c98f-474c-8a7b-e85d86f298d3 2098
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T03:58:26.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:26.637Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:26.637Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678306635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:58:26.737Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:26.737Z||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.
2021-09-15T03:58:26.738Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:26.748Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:26.748Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:27.637Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b3a2d251-a5d6-45fb-8680-b2f8320eae09
2021-09-15T03:58:27.638Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f93f86b6-2a8f 0 f5c407b0-6505-4442-9230-1673042e0359 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T03:58:27.653Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a19d780, org.onap.sdc.toscaparser.api.parameters.Input@22a42ec3, org.onap.sdc.toscaparser.api.parameters.Input@591b52a7, org.onap.sdc.toscaparser.api.parameters.Input@5630c638, org.onap.sdc.toscaparser.api.parameters.Input@62a1aea9]
2021-09-15T03:58:27.654Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4f5116b7-df20-410f-b54f-bcebc23c238a
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4f5116b7-df20-410f-b54f-bcebc23c238a matches Tosca VF Customization UUID: 4f5116b7-df20-410f-b54f-bcebc23c238a
2021-09-15T03:58:27.655Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4f5116b7-df20-410f-b54f-bcebc23c238a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-15T03:58:27.657Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.657Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.658Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4f5116b7-df20-410f-b54f-bcebc23c238a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-15T03:58:27.658Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@121a95b3
2021-09-15T03:58:27.658Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.658Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-15T03:58:27.659Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f24ed182-6e38-4db4-ae8d-51e5c992c940
2021-09-15T03:58:27.659Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f24ed182-6e38-4db4-ae8d-51e5c992c940
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.661Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-15T03:58:27.662Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:27.663Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.664Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:27.664Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.664Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c7715f59-73b1-458a-867e-44271337bee3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.666Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.667Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-15T03:58:27.668Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.669Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9ccc188e-a8d8-4925-99bf-f271f9a726a6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-15T03:58:27.670Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.671Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.671Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is not matching search criteria
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-15T03:58:27.673Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-15T03:58:27.674Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9dfcdb2f-5569-4c25-9db0-e4619363e11a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-15T03:58:27.676Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.676Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.676Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-15T03:58:27.677Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.677Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Node template vFW f93f86b6-2a8f 0 is matching search criteria
2021-09-15T03:58:27.677Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f93f86b6-2a8f 0] matching following query criteria: sdcType=VF, customizationUUID=4f5116b7-df20-410f-b54f-bcebc23c238a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T03:58:27.678Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.678Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.678Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b3a2d251-a5d6-45fb-8680-b2f8320eae09: vFW f93f86b6-2a8f
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T03:58:27.679Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-15 03-56-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T03:58:27.680Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-15 03-56-13
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?)
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f93f86b6-2a8f f5c407b0-6505-4442-9230-1673042e0359 1 ASDC deployResourceStructure
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json ASDC sendASDCNotification
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:58:27.831Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:27.833Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:27.833Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678307831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T03:58:27.933Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:27.934Z||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.
2021-09-15T03:58:27.934Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:27.944Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:27.945Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:28.834Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-15T03:58:28.834Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml
2021-09-15T03:58:28.834Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:58:28.834Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:28.836Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:28.836Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678308833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-15T03:58:28.936Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:28.937Z||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.
2021-09-15T03:58:28.937Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:28.946Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:28.946Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:29.836Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-15T03:58:29.837Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env
2021-09-15T03:58:29.837Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:58:29.837Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:29.839Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:29.839Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678309836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-15T03:58:29.939Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:29.940Z||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.
2021-09-15T03:58:29.940Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:29.950Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:29.950Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:30.840Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar ASDC sendASDCNotification
2021-09-15T03:58:30.840Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar
2021-09-15T03:58:30.840Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T03:58:30.840Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T03:58:30.842Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T03:58:30.842Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678310840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T03:58:30.942Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T03:58:30.943Z||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.
2021-09-15T03:58:30.943Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T03:58:30.952Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:58:30.953Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T03:58:31.842Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T03:58:31.851Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T03:58:31.853Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T03:58:31.853Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T03:58:31.853Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T03:59:01.853Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T03:59:01.861Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T03:59:01.862Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T03:59:01.862Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T03:59:01.862Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T03:59:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T03:59:01.997Z||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.
2021-09-15T03:59:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T03:59:02.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T03:59:02.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:59:02.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678221994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678229930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678233450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678235148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678237207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678238396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/basic_onboard_knziqb0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678239399,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678240402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/resourceInstances/basic_onboard_knziqb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:02.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T03:59:02.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678241406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKnziqb/1.0/artifacts/service-BasicOnboardKnziqb-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T03:59:02.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T03:59:31.863Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T03:59:31.871Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T03:59:31.873Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T03:59:31.873Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T03:59:31.873Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:00:01.874Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T04:00:01.881Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T04:00:01.883Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:00:01.883Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:00:01.883Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:00:01.997Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:00:01.997Z||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.
2021-09-15T04:00:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:00:02.523Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:00:02.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fdbdc84f-05db-42b8-8a7f-02dccc4824c9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678286352,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:00:02.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678288934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "dcae-sch",
"timestamp": 1631678288408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678282695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678282300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678288111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678281870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678288934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678282300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678282695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "dcae-sch",
"timestamp": 1631678288408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678288111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678281870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678288934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678282300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "dcae-sch",
"timestamp": 1631678288408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678282695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678288111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678281870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678282300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678288934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "dcae-sch",
"timestamp": 1631678288408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678282695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678288111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678281870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "dcae-sch",
"timestamp": 1631678288408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678282695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678288934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678282300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678288111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678281870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678282300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678288934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "dcae-sch",
"timestamp": 1631678288408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678282695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678288111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678281870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678282300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678287364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678288934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678282695,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "dcae-sch",
"timestamp": 1631678288408,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678288111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678281870,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678297713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678297803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678297900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678297921,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678298716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "cds",
"timestamp": 1631678298928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T04:00:02.543Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.543Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-15T04:00:02.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678299212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "policy-id",
"timestamp": 1631678299718,
"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=?
2021-09-15T04:00:02.555Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.555Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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 (?, ?, ?, ?, ?)
2021-09-15T04:00:02.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678300891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678301797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678301910,
"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=?
2021-09-15T04:00:02.565Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.565Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678302195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678302916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678303688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678302195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678302195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678302195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678306635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678302195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678307139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678307831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678302195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678308000,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678307139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vfwf93f86b62a8f0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678308833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678302195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678307139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678309836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678310022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678307139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678310840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678311002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678307139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/resourceInstances/vfwf93f86b62a8f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "clamp",
"timestamp": 1631678312005,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
2021-09-15T04:00:02.578Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.579Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678307139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678313390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678307139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678314393,
"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=?
2021-09-15T04:00:02.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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 (?, ?, ?, ?, ?)
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678315145,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678326337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210915035613/1.0/artifacts/service-Vfw20210915035613-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:00:02.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "aai-ml",
"timestamp": 1631678327340,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T04:00:02.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28588eeb-8fa2-46d2-b7ec-15617fd6a928
2021-09-15T04:00:02.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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 (?, ?, ?, ?, ?)
2021-09-15T04:00:31.883Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T04:00:31.892Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928
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=?
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:00:31.895Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T04:00:31.899Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:01:01.899Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928 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=?
2021-09-15T04:01:01.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28588eeb-8fa2-46d2-b7ec-15617fd6a928 and serviceModelVersionId: b3a2d251-a5d6-45fb-8680-b2f8320eae09
2021-09-15T04:01:01.905Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8fb98ae-f743-4df3-9e4e-9e8248cb9536
2021-09-15T04:01:01.906Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0
2021-09-15T04:01:01.910Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:01:01.950Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?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]}
2021-09-15T04:01:01.951Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0|INFO|500||Invoke
2021-09-15T04:01:01.969Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-15T04:01:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:01:01.997Z||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.
2021-09-15T04:01:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:02.200Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0|INFO|500||InvokeReturn
2021-09-15T04:01:02.201Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e8fb98ae-f743-4df3-9e4e-9e8248cb9536/model-vers/model-ver/b3a2d251-a5d6-45fb-8680-b2f8320eae09?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210915-04:01:01:977-94059], vertex-id=[188552], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:01:01 GMT], Content-Type=[application/json]}
2021-09-15T04:01:02.201Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:01:02.201Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:01:02.202Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T04:01:02.206Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||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)
2021-09-15T04:01:02.206Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28588eeb-8fa2-46d2-b7ec-15617fd6a928 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:01:02.206Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:01:02.207Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:01:02.209Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:01:02.209Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678462206,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:01:02.309Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:01:02.310Z||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.
2021-09-15T04:01:02.310Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:02.319Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:01:02.320Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:01:02.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:01:02.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-15T04:01:02.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28588eeb-8fa2-46d2-b7ec-15617fd6a928",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678462206,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:01:02.933Z||pool-2-thread-4|||||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=?
2021-09-15T04:01:03.220Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:01:03.221Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:01:03.221Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:13.419Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:01:13.420Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:01:13.420Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:01:13.420Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:22.965Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:01:22.966Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:01:22.966Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:01:22.966Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:01:32.506Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:02:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:02:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:02:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:02:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:02:01.997Z||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.
2021-09-15T04:02:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:02:11.543Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:02:11.542Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:03:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:03:01.995Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:03:01.995Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:03:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:03:01.997Z||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.
2021-09-15T04:03:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:03:11.539Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:03:11.540Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:04:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:04:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:04:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:04:01.996Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:04:01.997Z||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.
2021-09-15T04:04:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:04:11.536Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:04:11.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:05:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:05:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:05:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:05:01.996Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:05:01.997Z||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.
2021-09-15T04:05:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:05:11.549Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:05:11.555Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:06:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:06:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:06:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:06:01.996Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:06:01.997Z||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.
2021-09-15T04:06:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:06:11.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:06:11.541Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:07:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:07:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:07:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:07:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:07:01.997Z||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.
2021-09-15T04:07:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:07:11.536Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:07:11.537Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:08:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:08:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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.
2021-09-15T04:08:01.994Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:08:01.997Z||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.
2021-09-15T04:08:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:05.627Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:08:05.627Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T04:08:05.627Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbde0a12-1789-4097-a11f-7bf60c4a8a55","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cca814aa-76e4-4417-8db0-62ace4403478","serviceDescription":"service","serviceInvariantUUID":"32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8fc0e67e-3c5a-4d15-8309-89fafb4abf0a","resourceInvariantUUID":"dcccf914-cad4-4f72-9987-ee4b1105866b","resourceCustomizationUUID":"0d06dee1-fe63-4393-865c-039c0cc09bf2","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"N2UyMGIzZTgwYjBmNDE5OGZkY2M3OWIxOWUxMmNiMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3150a8e8-4e79-403d-a081-ea24b88281a2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjVlMDk0MGQ5MWJkZjNiNmU0Zjk0MjM2YTNlZjY5Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d2b2bb2-b07b-46c9-becd-f0d5fa50d011","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:08:05.630Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:08:05.630Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:08:05.631Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:08:05.632Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678881994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:08:05.732Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:08:05.732Z||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.
2021-09-15T04:08:05.732Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:05.743Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:08:05.743Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:08:05.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:08:05.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:08:05.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "clamp",
"timestamp": 1631678882300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:08:05.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:08:05.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:08:05.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "cds",
"timestamp": 1631678881870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:08:05.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:08:06.632Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:08:06.633Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:08:06.634Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:08:06.634Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678881994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:08:06.734Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:08:06.735Z||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.
2021-09-15T04:08:06.735Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:06.745Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:08:06.745Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:08:07.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "cca814aa-76e4-4417-8db0-62ace4403478",
"serviceDescription": "service",
"serviceInvariantUUID": "32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "0d06dee1-fe63-4393-865c-039c0cc09bf2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8fc0e67e-3c5a-4d15-8309-89fafb4abf0a",
"resourceInvariantUUID": "dcccf914-cad4-4f72-9987-ee4b1105866b",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZjVlMDk0MGQ5MWJkZjNiNmU0Zjk0MjM2YTNlZjY5Nzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d2b2bb2-b07b-46c9-becd-f0d5fa50d011"
}
],
"workloadContext": "Production"
}
2021-09-15T04:08:07.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:08:07.635Z|28588eeb-8fa2-46d2-b7ec-15617fd6a928|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cca814aa-76e4-4417-8db0-62ace4403478 ASDC
2021-09-15T04:08:07.636Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:fbde0a12-1789-4097-a11f-7bf60c4a8a55
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cca814aa-76e4-4417-8db0-62ace4403478
ServiceInvariantUUID:32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:4d2b2bb2-b07b-46c9-becd-f0d5fa50d011
ArtifactChecksum:ZjVlMDk0MGQ5MWJkZjNiNmU0Zjk0MjM2YTNlZjY5Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0d06dee1-fe63-4393-865c-039c0cc09bf2
ResourceInvariantUUID:dcccf914-cad4-4f72-9987-ee4b1105866b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8fc0e67e-3c5a-4d15-8309-89fafb4abf0a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-09-15T04:08:07.636Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cca814aa-76e4-4417-8db0-62ace4403478 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 (?, ?, ?, ?, ?)
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4d2b2bb2-b07b-46c9-becd-f0d5fa50d011 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:08:07.658Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-15T04:08:08.196Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4d2b2bb2-b07b-46c9-becd-f0d5fa50d011 52179
2021-09-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:08:08.198Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:08:08.200Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:08:08.200Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678888198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:08:08.300Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:08:08.301Z||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.
2021-09-15T04:08:08.301Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:08.311Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:08:08.311Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:08:09.200Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:08:09.201Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:08:09.202Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4d2b2bb2-b07b-46c9-becd-f0d5fa50d011, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:09.202Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-15T04:08:09.202Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:09.202Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:09.934Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP494074752553345679/Definitions/service-BasicNetwork-template.yml
2021-09-15T04:08:10.310Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:08:10.311Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.312Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.313Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:cca814aa-76e4-4417-8db0-62ace4403478
Model Version:NULL
Model InvariantUuid:32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:dcccf914-cad4-4f72-9987-ee4b1105866b
Model UUID:fa455bb1-aae2-4b24-906f-0209d9020949
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:0d06dee1-fe63-4393-865c-039c0cc09bf2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-15T04:08:10.319Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 8fc0e67e-3c5a-4d15-8309-89fafb4abf0a
2021-09-15T04:08:10.319Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||No resources found for Service: cca814aa-76e4-4417-8db0-62ace4403478
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||No resources found for Service: cca814aa-76e4-4417-8db0-62ace4403478
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cca814aa-76e4-4417-8db0-62ace4403478
2021-09-15T04:08:10.322Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-09-15T04:08:10.323Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T04:08:10.327Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@763484c1, org.onap.sdc.toscaparser.api.parameters.Input@18875b1f, org.onap.sdc.toscaparser.api.parameters.Input@1dcb2f49, org.onap.sdc.toscaparser.api.parameters.Input@4b02dcff, org.onap.sdc.toscaparser.api.parameters.Input@19c24bd2]
2021-09-15T04:08:10.327Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cca814aa-76e4-4417-8db0-62ace4403478: Generic NeutronNet
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.328Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.351Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:08:10.352Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:08:10.352Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-15T04:08:10.401Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-09-15T04:08:10.401Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-15T04:08:10.401Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-15T04:08:10.401Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-15T04:08:10.402Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:08:10.403Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:08:10.403Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678890401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:08:10.504Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:08:10.504Z||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.
2021-09-15T04:08:10.504Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:08:10.515Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:08:10.516Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:08:11.404Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:08:11.412Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:08:11.414Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:08:11.414Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:08:11.414Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:08:41.414Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:08:41.424Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:08:41.426Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:08:41.426Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:08:41.426Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:09:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:09:01.997Z||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.
2021-09-15T04:09:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:09:02.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:09:02.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:09:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678882695,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:09:02.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:09:11.426Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:09:11.434Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:09:11.436Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:09:11.436Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:09:11.436Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:09:41.437Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:09:41.446Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:09:41.448Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:09:41.448Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:09:41.448Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:10:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:10:01.997Z||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.
2021-09-15T04:10:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:10:02.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:10:02.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:10:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "aai-ml",
"timestamp": 1631678877139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:10:02.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:10:02.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:10:02.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678881994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:10:02.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:10:11.448Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:10:11.457Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:10:11.461Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:10:11.461Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:10:11.461Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:10:41.461Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:10:41.469Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:10:41.471Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:10:41.471Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-15T04:10:41.471Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-15T04:11:01.996Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:11:01.997Z||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.
2021-09-15T04:11:01.997Z||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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:02.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "cds",
"timestamp": 1631678881870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "clamp",
"timestamp": 1631678882300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "ves-openapi-manager",
"timestamp": 1631678882695,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "aai-ml",
"timestamp": 1631678877139,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678881994,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "cds",
"timestamp": 1631678888128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678888198,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "aai-ml",
"timestamp": 1631678888207,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "policy-id",
"timestamp": 1631678888111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "dcae-sch",
"timestamp": 1631678888408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "cds",
"timestamp": 1631678889132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T04:11:02.033Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.033Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-15T04:11:02.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678888934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "policy-id",
"timestamp": 1631678888111,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "dcae-sch",
"timestamp": 1631678888408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "clamp",
"timestamp": 1631678890100,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631678890401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:11:02.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678888934,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "policy-id",
"timestamp": 1631678890897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "clamp",
"timestamp": 1631678891114,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "aai-ml",
"timestamp": 1631678891222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "policy-id",
"timestamp": 1631678891900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "clamp",
"timestamp": 1631678892116,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
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=?
2021-09-15T04:11:02.048Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.048Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 and ComponentName clamp
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 (?, ?, ?, ?, ?)
2021-09-15T04:11:02.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "aai-ml",
"timestamp": 1631678892226,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T04:11:02.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.059Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 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 (?, ?, ?, ?, ?)
2021-09-15T04:11:02.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "policy-id",
"timestamp": 1631678892903,
"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=?
2021-09-15T04:11:02.069Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.069Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 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 (?, ?, ?, ?, ?)
2021-09-15T04:11:02.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678902195,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678902195,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678908014,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678910825,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-15T04:11:02.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678911831,
"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=?
2021-09-15T04:11:02.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbde0a12-1789-4097-a11f-7bf60c4a8a55
2021-09-15T04:11:02.081Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbde0a12-1789-4097-a11f-7bf60c4a8a55 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 (?, ?, ?, ?, ?)
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678932195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678928934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.088Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678926870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "dcae-sch",
"timestamp": 1631678928408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678928111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678932195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678926870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.089Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678928934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "dcae-sch",
"timestamp": 1631678928408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678928111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678928934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "dcae-sch",
"timestamp": 1631678928408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.090Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678932195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678926870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678928111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678928934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678932195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678926870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "dcae-sch",
"timestamp": 1631678928408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678928111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678928934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678926870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678932195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "dcae-sch",
"timestamp": 1631678928408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678928111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "aai-ml",
"timestamp": 1631678937139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678932195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678926870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678928934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "dcae-sch",
"timestamp": 1631678928408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678928111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "aai-ml",
"timestamp": 1631678937139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678928934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678926870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "dcae-sch",
"timestamp": 1631678928408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678932195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678928111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "aai-ml",
"timestamp": 1631678937139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1631678928934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678932195,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678926870,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "dcae-sch",
"timestamp": 1631678928408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678928111,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "aai-ml",
"timestamp": 1631678937139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1631678941401,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "cds",
"timestamp": 1631678941421,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "policy-id",
"timestamp": 1631678941408,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "aai-ml",
"timestamp": 1631678937139,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:02.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-09-15T04:11:11.472Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:11:11.481Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55
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=?
2021-09-15T04:11:11.483Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-15T04:11:11.483Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-15T04:11:11.483Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-15T04:11:11.483Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-15T04:11:11.484Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-15T04:11:11.488Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-15T04:11:41.489Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55 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=?
2021-09-15T04:11:41.493Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbde0a12-1789-4097-a11f-7bf60c4a8a55 and serviceModelVersionId: cca814aa-76e4-4417-8db0-62ace4403478
2021-09-15T04:11:41.493Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7
2021-09-15T04:11:41.494Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0
2021-09-15T04:11:41.497Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-15T04:11:41.530Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|INFO|500||Invoke
2021-09-15T04:11:41.530Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbde0a12-1789-4097-a11f-7bf60c4a8a55], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[48f423fd-3123-4275-8cd4-b993dd316692], X-ECOMP-RequestID=[fbde0a12-1789-4097-a11f-7bf60c4a8a55], X-TransactionId=[], X-ONAP-RequestID=[fbde0a12-1789-4097-a11f-7bf60c4a8a55], Content-Type=[application/merge-patch+json]}
2021-09-15T04:11:41.544Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-15T04:11:41.708Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210915-04:11:41:553-59317], vertex-id=[180432], Content-Length=[0], Date=[Wed, 15 Sep 2021 04:11:41 GMT], Content-Type=[application/json]}
2021-09-15T04:11:41.708Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-15T04:11:41.708Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/32c9c1f3-11da-4f9c-9a52-0d53d8d3fba7/model-vers/model-ver/cca814aa-76e4-4417-8db0-62ace4403478?depth=0|INFO|500||InvokeReturn
2021-09-15T04:11:41.709Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-15T04:11:41.709Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-15T04:11:41.714Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||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)
2021-09-15T04:11:41.714Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbde0a12-1789-4097-a11f-7bf60c4a8a55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-15T04:11:41.714Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-15T04:11:41.714Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:41.716Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:41.716Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "fbde0a12-1789-4097-a11f-7bf60c4a8a55",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679101714,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-15T04:11:41.820Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2021-09-15T04:11:41.821Z||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.
2021-09-15T04:11:41.821Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:41.834Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:41.834Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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=?
2021-09-15T04:11:42.726Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-15T04:11:42.726Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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.
2021-09-15T04:11:42.726Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|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 zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:47.010Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:47.011Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-15T04:11:47.011Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"20c2a00c-7689-4ba0-91df-5454881e9e73","serviceName":"Demo_pNF_po19psmwnI6eYUgXmNKn","serviceVersion":"1.0","serviceUUID":"e455e48d-7670-4b79-aa65-968dd6a348c8","serviceDescription":"catalog service description","serviceInvariantUUID":"0231b9cd-929a-4a26-88dc-6ca652b0f961","resources":[{"resourceInstanceName":"pNF a6520d74-45e0 0","resourceName":"pNF a6520d74-45e0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"461f4407-67ee-4084-a40b-362b6855cedc","resourceInvariantUUID":"a960a69f-96be-48f2-8865-092db364f50d","resourceCustomizationUUID":"eda92e0f-0d2e-46e7-8e0a-a6e14b8ea88d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml","artifactChecksum":"M2E0Zjk2ZTc5YjgzOGMzYWE5NTQzNTZmNjBmZDUxNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0340ab4f-61e0-4008-8cc3-b08654424580","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar","artifactChecksum":"OWFiNjQ0ZjQzNmJkNjFkMzg3YmNhNDI5MzU3MjExMjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6e0f65b-5dbd-4f4e-adf7-fa8351baed06","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dbec739a-a757-4690-ad72-b3ebb2d0efcd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml","artifactChecksum":"YmUxZWIyOGM1MzU3MmY5NzM1ZDgyOTg3ODk2NTIwOTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a2a24d41-2fe0-465b-879c-26fed3388ea9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e41283f3-eee7-4728-8cc5-82cb0926ff3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"988b1e5f-cb78-43c9-a33a-9c1a68a0e061","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPo19psmwni6eyugxmnkn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml","artifactChecksum":"ZDU4NTViYWFiNTUwMjRjZTIwNTA0MGI1ZTgyYTcyYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ed742a2-d02d-4537-a11d-2b32cf0a9959","artifactVersion":"1"},{"artifactName":"service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar","artifactChecksum":"OTA1ZDIxMjQ0ZmFiYTIwNjNhZDZmMjIwZWRiNWYzMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"980aa2cd-0713-4469-b0ec-0aca13615af0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-15T04:11:47.013Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:47.013Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:47.015Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:47.015Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679102726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:47.115Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:47.116Z||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.
2021-09-15T04:11:47.116Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:47.128Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:47.128Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:48.016Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:48.016Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:48.018Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:48.018Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679102726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:48.118Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:48.119Z||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.
2021-09-15T04:11:48.119Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:48.129Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:48.129Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:49.021Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:49.021Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:49.024Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:49.024Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679102726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:49.124Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:49.125Z||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.
2021-09-15T04:11:49.125Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:49.136Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:49.136Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:50.024Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:50.025Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:50.027Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:50.027Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679102726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:50.127Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:50.128Z||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.
2021-09-15T04:11:50.128Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:50.137Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:50.138Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:51.027Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:51.028Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:51.030Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:51.030Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679102726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:51.130Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:51.131Z||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.
2021-09-15T04:11:51.131Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:51.145Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:51.145Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:52.031Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:52.031Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:52.033Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:52.033Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679102726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/resourceInstances/pnfa6520d7445e00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:52.133Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:52.134Z||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.
2021-09-15T04:11:52.134Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:52.144Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:52.145Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:53.034Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:53.034Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:53.036Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:53.036Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679102726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-15T04:11:53.137Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-15T04:11:53.137Z||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.
2021-09-15T04:11:53.137Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:53.147Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:53.148Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:54.037Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-15T04:11:54.037Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:54.039Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:54.039Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679102726,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "NOTIFIED"
}
2021-09-15T04:11:54.139Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:54.140Z||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.
2021-09-15T04:11:54.140Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:54.150Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:54.150Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:55.040Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"serviceName": "Demo_pNF_po19psmwnI6eYUgXmNKn",
"serviceVersion": "1.0",
"serviceUUID": "e455e48d-7670-4b79-aa65-968dd6a348c8",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0231b9cd-929a-4a26-88dc-6ca652b0f961",
"resources": [
{
"resourceInstanceName": "pNF a6520d74-45e0 0",
"resourceCustomizationUUID": "eda92e0f-0d2e-46e7-8e0a-a6e14b8ea88d",
"resourceName": "pNF a6520d74-45e0",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "461f4407-67ee-4084-a40b-362b6855cedc",
"resourceInvariantUUID": "a960a69f-96be-48f2-8865-092db364f50d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"artifactChecksum": "OTA1ZDIxMjQ0ZmFiYTIwNjNhZDZmMjIwZWRiNWYzMjM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "980aa2cd-0713-4469-b0ec-0aca13615af0"
}
],
"workloadContext": "Production"
}
2021-09-15T04:11:55.041Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-15T04:11:55.041Z|fbde0a12-1789-4097-a11f-7bf60c4a8a55|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e455e48d-7670-4b79-aa65-968dd6a348c8 ASDC
2021-09-15T04:11:55.042Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:20c2a00c-7689-4ba0-91df-5454881e9e73
ServiceName:Demo_pNF_po19psmwnI6eYUgXmNKn
ServiceVersion:1.0
ServiceUUID:e455e48d-7670-4b79-aa65-968dd6a348c8
ServiceInvariantUUID:0231b9cd-929a-4a26-88dc-6ca652b0f961
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
ArtifactUUID:980aa2cd-0713-4469-b0ec-0aca13615af0
ArtifactChecksum:OTA1ZDIxMjQ0ZmFiYTIwNjNhZDZmMjIwZWRiNWYzMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a6520d74-45e0 0
ResourceCustomizationUUID:eda92e0f-0d2e-46e7-8e0a-a6e14b8ea88d
ResourceInvariantUUID:a960a69f-96be-48f2-8865-092db364f50d
ResourceName:pNF a6520d74-45e0
ResourceType:PNF
ResourceUUID:461f4407-67ee-4084-a40b-362b6855cedc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-09-15T04:11:55.042Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e455e48d-7670-4b79-aa65-968dd6a348c8 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 (?, ?, ?, ?, ?)
2021-09-15T04:11:55.063Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:11:55.063Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:11:55.063Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:11:55.063Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 980aa2cd-0713-4469-b0ec-0aca13615af0 from URL: /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:55.064Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-15T04:11:55.064Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:55.445Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-15T04:11:55.448Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar 980aa2cd-0713-4469-b0ec-0aca13615af0 82528
2021-09-15T04:11:55.449Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar ASDC sendASDCNotification
2021-09-15T04:11:55.449Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:55.449Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-15T04:11:55.449Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-15T04:11:55.451Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-15T04:11:55.451Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "20c2a00c-7689-4ba0-91df-5454881e9e73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1631679115449,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-15T04:11:55.551Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-15T04:11:55.552Z||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.
2021-09-15T04:11:55.552Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zeKDi40GyGbkul5Z) ...
2021-09-15T04:11:55.560Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-15T04:11:55.560Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-15T04:11:56.451Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-15T04:11:56.452Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-15T04:11:56.453Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 980aa2cd-0713-4469-b0ec-0aca13615af0, URL: /sdc/v1/catalog/services/DemoPnfPo19psmwni6eyugxmnkn/1.0/artifacts/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar to file: /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:56.453Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:56.453Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:56.453Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:56.538Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16949107678843934197/Definitions/service-DemoPnfPo19psmwni6eyugxmnkn-template.yml
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-15T04:11:57.140Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6520d74-45e0 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-DemoPnfPo19psmwni6eyugxmnkn-csar.csar
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-15T04:11:57.141Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Node template pNF a6520d74-45e0 0 is matching search criteria
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a6520d74-45e0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:11:57.142Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_po19psmwnI6eYUgXmNKn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Node template pNF a6520d74-45e0 0 is matching search criteria
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a6520d74-45e0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-15T04:11:57.143Z|20c2a00c-7689-4ba0-91df-5454881e9e73|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive