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-10-08T02:52:49.907Z||main|||||INFO|500||The following profiles are active: basic
2021-10-08T02:53:00.203Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-08T02:53:00.204Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-08T02:53:00.289Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-08T02:53:02.740Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-08T02:53:02.925Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-08T02:53:03.343Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-08T02:53:03.352Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-08T02:53:03.429Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-08T02:53:03.549Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-08T02:53:03.981Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-08T02:53:04.926Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-08T02:53:06.944Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-08T02:53:06.994Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-08T02:53:07.430Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-08T02:53:07.776Z||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-10-08T02:53:08.980Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-08T02:53:09.989Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-08T02:53:10.011Z||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$$a5c7c881.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-10-08T02:53:10.012Z||main|||||WARN|500||The sdc end point is not alive
2021-10-08T02:53:13.245Z||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-10-08T02:53:16.105Z||main|||||WARN|500||---
2021-10-08T02:53:16.106Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-08T02:53:16.106Z||main|||||WARN|500||---
2021-10-08T02:53:16.558Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-08T02:53:20.917Z||main|||||INFO|500||Started Application in 35.868 seconds (JVM running for 37.172)
2021-10-08T02:53:20.935Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:53:20.936Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:53:20.980Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:53:21.010Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:53:21.080Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 439d63f2-c1c3-4d8e-8479-2e07f2870df7 url= /sdc/v1/artifactTypes
2021-10-08T02:53:21.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:53:22.186Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.0.227] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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$$d768ace3.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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2021-10-08T02:53:22.192Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cfe9c0
2021-10-08T02:53:22.192Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:53:22.201Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:53:22.202Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:53:22.204Z||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 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$$d768ace3.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)
... 33 common frames omitted
2021-10-08T02:54:10.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:54:10.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:54:10.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:54:10.917Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:54:10.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e19a0e44-8bc9-4fe1-aa86-d1162192be7b url= /sdc/v1/artifactTypes
2021-10-08T02:54:10.924Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:54:11.945Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.0.227] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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$$d768ace3.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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2021-10-08T02:54:11.946Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68719ae
2021-10-08T02:54:11.947Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:54:11.947Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:54:11.948Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:54:11.948Z||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 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$$d768ace3.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)
... 33 common frames omitted
2021-10-08T02:55:00.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:55:00.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:55:00.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:55:00.916Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:55:00.921Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= feda235a-67f1-4d37-87e4-b1717102ae32 url= /sdc/v1/artifactTypes
2021-10-08T02:55:00.921Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:55:01.968Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.0.227] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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$$d768ace3.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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2021-10-08T02:55:01.969Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40d83bf0
2021-10-08T02:55:01.970Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:55:01.971Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:55:01.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:55:01.972Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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 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$$d768ace3.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)
... 33 common frames omitted
2021-10-08T02:55:50.912Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:55:50.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:55:50.913Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:55:50.916Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:55:50.924Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 07d1ede4-d454-452d-b200-513f6ab265c0 url= /sdc/v1/artifactTypes
2021-10-08T02:55:50.925Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:55:51.945Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.0.227] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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$$d768ace3.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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2021-10-08T02:55:51.947Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15f57241
2021-10-08T02:55:51.947Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:55:51.947Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:55:51.948Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:55:51.949Z||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$$d768ace3.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-10-08T02:56:40.913Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:56:40.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:56:40.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:56:40.917Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:56:40.922Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a119999e-be5c-4ad9-8fbc-a352a65e8cdb url= /sdc/v1/artifactTypes
2021-10-08T02:56:40.923Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:56:41.961Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.0.227] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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$$d768ace3.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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2021-10-08T02:56:41.962Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c692ef
2021-10-08T02:56:41.963Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:56:41.963Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:56:41.964Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:56:41.964Z||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$$d768ace3.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-10-08T02:57:30.913Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:57:30.913Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:57:30.914Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:57:30.917Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:57:30.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c556b6b8-0c55-4453-adb7-1eab6682a306 url= /sdc/v1/artifactTypes
2021-10-08T02:57:30.923Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:57:31.946Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.0.227] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
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$$d768ace3.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: 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.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2021-10-08T02:57:31.947Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57c26852
2021-10-08T02:57:31.947Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-08T02:57:31.948Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-08T02:57:31.948Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-08T02:57:31.949Z||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$$d768ace3.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-10-08T02:58:20.916Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-08T02:58:20.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-08T02:58:20.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-08T02:58:20.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-08T02:58:20.939Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2dcfcd1-0020-48e7-95d1-2c6314767f54 url= /sdc/v1/artifactTypes
2021-10-08T02:58:20.939Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-08T02:58:21.129Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-08T02:58:21.140Z||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-10-08T02:58:21.168Z||scheduling-1|||||DEBUG|500||create keys
2021-10-08T02:58:21.174Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-08T02:58:21.205Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T02:58:21.224Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e4a6350a-435e-488d-b86e-9e3deb28d4d8 url= /sdc/v1/registerForDistribution
2021-10-08T02:58:21.407Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e4a6350a-435e-488d-b86e-9e3deb28d4d8 url= /sdc/v1/registerForDistribution
2021-10-08T02:58:21.408Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-08T02:58:21.418Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T02:58:21.418Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T02:58:21.423Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-08T02:58:21.425Z||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-10-08T02:58:21.425Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T02:58:21.425Z||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-10-08T02:58:21.425Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T02:58:31.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T02:58:31.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T02:59:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T02:59:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T02:59:21.420Z||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-10-08T02:59:21.420Z||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-10-08T02:59:21.420Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T02:59:21.420Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T02:59:30.978Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T02:59:30.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:00:21.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:00:21.416Z||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-10-08T03:00:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:00:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:00:21.418Z||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-10-08T03:00:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:00:30.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:00:30.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:01:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:01:21.417Z||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-10-08T03:01:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:01:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:01:21.418Z||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-10-08T03:01:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:01:30.985Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:01:30.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:02:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:02:21.417Z||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-10-08T03:02:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:02:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:02:21.418Z||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-10-08T03:02:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:02:30.985Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:02:30.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:03:21.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:03:21.416Z||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-10-08T03:03:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:03:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:03:21.418Z||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-10-08T03:03:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:03:27.254Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-08T03:03:30.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:03:30.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:04:21.415Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:04:21.417Z||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-10-08T03:04:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:04:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:04:21.418Z||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-10-08T03:04:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:04:30.985Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:04:30.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:05:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:05:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:05:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:05:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:05:21.418Z||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-10-08T03:05:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:05:30.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:05:31.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:06:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:06:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:06:21.417Z||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-10-08T03:06:21.417Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:06:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:06:21.418Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:06:30.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:06:30.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:07:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:07:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:07:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:07:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:07:21.417Z||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-10-08T03:07:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:07:30.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:07:30.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:08:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:08:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:08:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:08:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:08:21.418Z||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-10-08T03:08:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:08:30.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:08:30.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:09:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:09:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:09:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:09:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:09:21.418Z||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-10-08T03:09:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:09:30.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:09:30.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:10:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:10:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:10:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:10:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:10:21.418Z||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-10-08T03:10:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:10:30.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:10:30.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:11:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:11:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:11:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:11:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:11:21.418Z||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-10-08T03:11:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:11:30.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:11:30.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:12:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:12:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:12:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:12:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:12:21.417Z||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-10-08T03:12:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:12:30.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:12:30.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:13:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:13:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:13:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:13:21.417Z||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-10-08T03:13:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:13:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:13:30.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:13:30.973Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:14:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:14:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:14:21.417Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:14:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:14:21.417Z||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-10-08T03:14:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:14:30.973Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:14:30.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:15:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:15:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T03:15:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:15:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:15:21.417Z||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-10-08T03:15:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:15:30.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:15:30.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:16:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:16:21.416Z||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-10-08T03:16:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:16:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:16:21.418Z||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-10-08T03:16:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:16:30.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:16:30.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:17:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:17:21.416Z||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-10-08T03:17:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:17:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:17:21.417Z||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-10-08T03:17:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:17:30.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:17:30.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:18:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:18:21.416Z||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-10-08T03:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:18:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:18:21.417Z||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-10-08T03:18:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:18:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:18:30.986Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:19:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:19:21.416Z||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-10-08T03:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:19:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:19:21.418Z||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-10-08T03:19:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:19:30.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:19:31.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:20:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:20:21.416Z||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-10-08T03:20:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:20:21.417Z||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-10-08T03:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:20:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:20:30.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:21:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:21:21.417Z||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-10-08T03:21:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:21:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:21:21.417Z||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-10-08T03:21:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:21:30.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:21:30.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:22:21.416Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:22:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:22:21.417Z||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-10-08T03:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:22:21.417Z||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-10-08T03:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:22:30.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:22:30.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:23:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:23:21.417Z||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-10-08T03:23:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:23:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:23:21.417Z||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-10-08T03:23:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:23:30.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:23:30.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:24:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:24:21.416Z||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-10-08T03:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:24:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:24:21.418Z||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-10-08T03:24:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:24:30.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:24:30.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:25:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:25:21.416Z||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-10-08T03:25:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:25:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:25:21.418Z||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-10-08T03:25:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:25:30.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:25:30.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:26:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:26:21.416Z||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-10-08T03:26:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:26:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:26:21.417Z||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-10-08T03:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:26:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:26:30.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:27:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:27:21.416Z||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-10-08T03:27:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:27:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:27:21.417Z||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-10-08T03:27:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:27:30.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:27:30.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:28:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:28:21.416Z||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-10-08T03:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:28:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:28:21.417Z||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-10-08T03:28:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:28:30.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:28:30.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:29:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:29:21.416Z||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-10-08T03:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:29:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:29:21.417Z||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-10-08T03:29:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:29:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:29:30.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:30:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:30:21.416Z||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-10-08T03:30:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:30:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:30:21.417Z||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-10-08T03:30:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:30:30.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:30:30.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:31:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:31:21.416Z||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-10-08T03:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:31:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:31:21.417Z||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-10-08T03:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:31:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:31:30.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:32:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:32:21.416Z||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-10-08T03:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:32:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:32:21.417Z||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-10-08T03:32:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:32:30.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:32:30.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:33:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:33:21.416Z||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-10-08T03:33:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:33:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:33:21.417Z||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-10-08T03:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:33:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:33:30.978Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:34:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:34:21.416Z||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-10-08T03:34:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:34:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:34:21.417Z||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-10-08T03:34:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:34:30.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:34:30.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:35:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:35:21.416Z||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-10-08T03:35:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:35:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:35:21.417Z||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-10-08T03:35:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:35:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:35:30.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:36:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:36:21.416Z||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-10-08T03:36:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:36:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:36:21.417Z||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-10-08T03:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:36:30.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:36:30.975Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:37:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:37:21.416Z||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-10-08T03:37:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:37:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:37:21.418Z||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-10-08T03:37:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:37:30.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:37:30.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:38:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:38:21.416Z||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-10-08T03:38:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:38:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:38:21.417Z||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-10-08T03:38:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:38:30.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:38:30.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:39:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:39:21.417Z||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-10-08T03:39:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:39:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:39:21.417Z||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-10-08T03:39:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:39:30.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:39:30.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:40:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:40:21.416Z||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-10-08T03:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:40:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:40:21.417Z||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-10-08T03:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:40:30.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:40:30.975Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:41:21.416Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:41:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:41:21.418Z||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-10-08T03:41:21.418Z||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-10-08T03:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:41:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:41:30.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:42:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:42:21.416Z||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-10-08T03:42:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:42:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:42:21.418Z||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-10-08T03:42:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:42:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:42:30.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:43:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:43:21.416Z||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-10-08T03:43:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:43:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:43:21.418Z||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-10-08T03:43:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:43:30.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:43:30.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:44:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:44:21.416Z||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-10-08T03:44:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:44:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:44:21.417Z||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-10-08T03:44:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:44:30.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:44:30.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:45:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:45:21.417Z||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-10-08T03:45:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:45:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:45:21.418Z||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-10-08T03:45:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:45:30.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:45:30.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:46:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:46:21.416Z||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-10-08T03:46:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:46:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:46:21.418Z||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-10-08T03:46:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:46:30.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:46:30.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:47:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:47:21.416Z||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-10-08T03:47:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:47:21.417Z||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-10-08T03:47:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:47:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:47:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:47:30.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:48:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:48:21.416Z||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-10-08T03:48:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:48:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:48:21.417Z||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-10-08T03:48:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:48:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:48:30.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:49:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:49:21.416Z||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-10-08T03:49:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:49:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:49:21.417Z||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-10-08T03:49:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:49:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:49:30.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:50:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:50:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:50:21.417Z||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-10-08T03:50:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:50:21.417Z||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-10-08T03:50:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:50:30.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:50:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:51:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:51:21.416Z||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-10-08T03:51:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:51:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:51:21.418Z||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-10-08T03:51:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:51:30.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:51:30.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:52:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:52:21.416Z||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-10-08T03:52:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:52:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:52:21.417Z||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-10-08T03:52:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:52:30.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:52:30.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:53:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:53:21.416Z||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-10-08T03:53:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:53:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:53:21.417Z||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-10-08T03:53:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:53:30.976Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:53:30.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:54:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:54:21.416Z||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-10-08T03:54:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:54:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:54:21.417Z||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-10-08T03:54:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:54:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:54:30.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:55:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:55:21.416Z||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-10-08T03:55:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:55:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:55:21.417Z||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-10-08T03:55:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:55:30.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:55:30.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:56:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:56:21.416Z||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-10-08T03:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:56:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:56:21.417Z||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-10-08T03:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:56:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:56:30.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:57:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:57:21.416Z||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-10-08T03:57:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:57:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:57:21.417Z||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-10-08T03:57:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:57:30.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:57:30.973Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:58:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:58:21.416Z||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-10-08T03:58:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:58:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:58:21.417Z||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-10-08T03:58:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:58:30.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:58:30.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:59:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:59:21.416Z||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-10-08T03:59:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:59:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T03:59:21.417Z||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-10-08T03:59:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T03:59:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T03:59:30.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:00:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:00:21.416Z||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-10-08T04:00:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:00:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:00:21.417Z||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-10-08T04:00:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:00:30.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:00:30.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:01:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:01:21.416Z||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-10-08T04:01:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:01:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:01:21.418Z||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-10-08T04:01:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:01:30.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:01:30.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:02:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:02:21.416Z||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-10-08T04:02:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:02:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:02:21.417Z||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-10-08T04:02:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:02:30.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:02:30.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:03:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:03:21.416Z||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-10-08T04:03:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:03:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:03:21.417Z||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-10-08T04:03:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:03:30.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:03:30.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:04:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:04:21.416Z||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-10-08T04:04:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:04:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:04:21.417Z||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-10-08T04:04:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:04:30.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:04:30.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:05:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:05:21.416Z||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-10-08T04:05:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:05:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:05:21.417Z||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-10-08T04:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:05:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:05:30.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:06:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:06:21.416Z||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-10-08T04:06:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:06:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:06:21.417Z||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-10-08T04:06:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:06:30.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:06:30.979Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:07:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:07:21.416Z||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-10-08T04:07:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:07:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:07:21.418Z||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-10-08T04:07:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:07:30.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:07:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:08:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:08:21.416Z||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-10-08T04:08:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:08:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:08:21.417Z||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-10-08T04:08:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:08:30.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:08:30.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:09:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:09:21.416Z||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-10-08T04:09:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:09:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:09:21.417Z||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-10-08T04:09:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:09:30.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:09:30.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:10:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:10:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:10:21.418Z||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-10-08T04:10:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:10:21.418Z||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-10-08T04:10:21.421Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:10:30.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:10:30.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:11:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:11:21.416Z||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-10-08T04:11:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:11:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:11:21.418Z||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-10-08T04:11:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:11:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:11:30.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:12:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:12:21.416Z||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-10-08T04:12:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:12:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:12:21.418Z||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-10-08T04:12:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:12:30.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:12:30.976Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:13:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:13:21.416Z||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-10-08T04:13:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:13:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:13:21.417Z||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-10-08T04:13:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:13:30.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:13:30.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:14:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:14:21.416Z||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-10-08T04:14:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:14:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:14:21.417Z||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-10-08T04:14:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:14:30.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:14:30.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:15:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:15:21.416Z||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-10-08T04:15:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:15:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:15:21.418Z||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-10-08T04:15:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:15:30.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:15:30.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:16:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:16:21.416Z||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-10-08T04:16:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:16:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:16:21.418Z||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-10-08T04:16:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:16:30.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:16:30.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:17:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:17:21.416Z||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-10-08T04:17:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:17:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:17:21.417Z||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-10-08T04:17:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:17:30.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:17:30.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:18:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:18:21.416Z||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-10-08T04:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:18:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:18:21.417Z||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-10-08T04:18:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:18:31.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:18:31.012Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:19:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:19:21.416Z||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-10-08T04:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:19:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:19:21.417Z||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-10-08T04:19:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:19:30.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:19:30.979Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:20:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:20:21.416Z||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-10-08T04:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:20:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:20:21.417Z||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-10-08T04:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:20:30.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:20:30.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:21:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:21:21.416Z||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-10-08T04:21:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:21:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:21:21.417Z||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-10-08T04:21:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:21:30.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:21:30.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:22:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:22:21.416Z||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-10-08T04:22:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:22:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:22:21.417Z||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-10-08T04:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:22:30.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:22:30.973Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:23:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:23:21.416Z||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-10-08T04:23:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:23:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:23:21.417Z||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-10-08T04:23:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:23:30.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:23:30.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:24:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:24:21.416Z||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-10-08T04:24:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:24:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:24:21.417Z||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-10-08T04:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:24:30.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:24:30.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:25:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:25:21.416Z||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-10-08T04:25:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:25:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:25:21.417Z||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-10-08T04:25:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:25:30.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:25:30.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:26:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:26:21.416Z||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-10-08T04:26:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:26:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:26:21.417Z||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-10-08T04:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:26:30.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:26:30.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:27:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:27:21.416Z||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-10-08T04:27:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:27:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:27:21.417Z||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-10-08T04:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:27:30.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:27:30.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:28:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:28:21.416Z||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-10-08T04:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:28:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:28:21.417Z||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-10-08T04:28:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:28:30.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:28:30.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:29:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:29:21.416Z||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-10-08T04:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:29:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:29:21.418Z||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-10-08T04:29:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:29:30.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:29:30.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:30:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:30:21.416Z||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-10-08T04:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:30:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:30:21.417Z||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-10-08T04:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:30:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:30:30.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:31:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:31:21.416Z||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-10-08T04:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:31:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:31:21.417Z||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-10-08T04:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:31:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:31:30.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:32:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:32:21.416Z||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-10-08T04:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:32:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:32:21.417Z||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-10-08T04:32:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:32:30.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:32:30.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:33:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:33:21.416Z||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-10-08T04:33:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:33:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:33:21.417Z||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-10-08T04:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:33:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:33:30.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:34:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:34:21.416Z||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-10-08T04:34:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:34:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:34:21.418Z||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-10-08T04:34:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:34:30.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:34:30.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:35:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:35:21.416Z||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-10-08T04:35:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:35:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:35:21.417Z||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-10-08T04:35:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:35:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:35:30.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:36:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:36:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:36:21.417Z||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-10-08T04:36:21.417Z||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-10-08T04:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:36:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:36:30.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:37:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:37:21.416Z||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-10-08T04:37:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:37:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:37:21.417Z||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-10-08T04:37:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:37:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:37:30.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:38:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:38:21.416Z||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-10-08T04:38:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:38:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:38:21.417Z||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-10-08T04:38:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:38:30.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:38:30.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:39:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:39:21.416Z||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-10-08T04:39:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:39:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:39:21.417Z||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-10-08T04:39:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:39:30.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:39:30.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:40:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:40:21.416Z||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-10-08T04:40:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:40:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:40:21.417Z||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-10-08T04:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:40:30.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:40:30.971Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:41:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:41:21.416Z||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-10-08T04:41:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:41:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:41:21.417Z||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-10-08T04:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:41:30.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:41:30.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:42:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:42:21.416Z||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-10-08T04:42:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:42:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:42:21.417Z||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-10-08T04:42:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:42:30.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:42:30.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:43:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:43:21.416Z||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-10-08T04:43:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:43:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:43:21.417Z||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-10-08T04:43:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:43:30.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:43:30.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:44:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:44:21.416Z||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-10-08T04:44:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:44:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:44:21.417Z||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-10-08T04:44:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:44:30.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:44:30.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:45:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:45:21.416Z||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-10-08T04:45:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:45:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:45:21.418Z||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-10-08T04:45:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:45:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:45:30.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:46:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:46:21.416Z||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-10-08T04:46:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:46:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:46:21.417Z||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-10-08T04:46:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:46:30.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:46:30.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:47:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:47:21.416Z||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-10-08T04:47:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:47:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:47:21.417Z||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-10-08T04:47:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:47:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:47:30.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:48:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:48:21.416Z||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-10-08T04:48:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:48:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:48:21.418Z||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-10-08T04:48:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:48:30.982Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:48:30.986Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:49:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:49:21.416Z||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-10-08T04:49:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:49:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:49:21.417Z||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-10-08T04:49:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:49:30.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:49:30.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:50:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:50:21.416Z||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-10-08T04:50:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:50:21.417Z||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-10-08T04:50:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:50:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:50:30.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:50:30.971Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:51:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:51:21.416Z||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-10-08T04:51:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:51:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:51:21.417Z||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-10-08T04:51:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:51:30.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:51:30.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:52:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:52:21.416Z||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-10-08T04:52:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:52:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:52:21.418Z||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-10-08T04:52:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:52:30.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:52:30.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:53:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:53:21.416Z||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-10-08T04:53:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:53:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:53:21.417Z||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-10-08T04:53:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:53:30.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:53:30.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:54:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:54:21.416Z||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-10-08T04:54:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:54:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:54:21.417Z||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-10-08T04:54:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:54:30.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:54:30.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:55:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:55:21.416Z||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-10-08T04:55:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:55:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:55:21.417Z||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-10-08T04:55:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:55:30.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:55:30.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:56:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:56:21.416Z||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-10-08T04:56:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:56:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:56:21.417Z||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-10-08T04:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:56:30.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:56:30.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:57:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:57:21.416Z||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-10-08T04:57:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:57:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:57:21.417Z||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-10-08T04:57:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:57:30.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:57:30.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:58:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:58:21.416Z||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-10-08T04:58:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:58:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:58:21.417Z||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-10-08T04:58:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:58:30.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:58:30.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:59:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:59:21.416Z||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-10-08T04:59:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:59:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T04:59:21.417Z||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-10-08T04:59:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T04:59:30.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T04:59:30.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:00:21.415Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:00:21.416Z||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-10-08T05:00:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:00:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:00:21.417Z||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-10-08T05:00:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:00:30.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:00:30.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:01:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:01:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:01:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:01:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:01:21.419Z||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-10-08T05:01:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:01:30.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:01:30.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:02:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:02:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:02:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:02:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:02:21.417Z||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-10-08T05:02:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:02:30.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:02:30.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:03:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:03:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:03:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:03:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:03:21.417Z||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-10-08T05:03:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:03:30.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:03:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:04:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:04:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:04:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:04:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:04:21.417Z||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-10-08T05:04:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:04:30.970Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:04:30.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:05:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:05:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:05:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:05:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:05:21.417Z||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-10-08T05:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:05:30.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:05:30.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:06:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:06:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:06:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:06:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:06:21.417Z||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-10-08T05:06:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:06:30.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:06:30.965Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:07:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:07:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:07:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:07:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:07:21.417Z||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-10-08T05:07:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:07:30.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:07:30.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:08:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:08:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:08:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:08:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:08:21.417Z||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-10-08T05:08:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:08:30.974Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:08:30.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:09:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:09:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:09:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:09:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:09:21.417Z||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-10-08T05:09:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:09:30.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:09:30.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:10:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:10:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:10:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:10:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:10:21.417Z||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-10-08T05:10:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:10:30.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:10:30.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:11:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:11:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:11:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:11:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:11:21.417Z||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-10-08T05:11:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:11:30.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:11:30.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:12:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:12:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:12:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:12:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:12:21.417Z||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-10-08T05:12:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:12:30.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:12:30.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:13:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:13:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:13:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:13:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:13:21.417Z||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-10-08T05:13:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:13:30.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:13:30.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:14:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:14:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:14:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:14:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:14:21.417Z||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-10-08T05:14:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:14:30.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:14:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:15:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:15:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:15:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:15:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:15:21.417Z||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-10-08T05:15:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:15:30.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:15:30.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:16:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:16:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:16:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:16:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:16:21.417Z||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-10-08T05:16:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:16:30.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:16:30.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:17:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:17:21.416Z||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-10-08T05:17:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:17:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:17:21.417Z||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-10-08T05:17:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:17:30.966Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:17:30.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:18:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:18:21.416Z||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-10-08T05:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:18:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:18:21.417Z||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-10-08T05:18:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:18:30.959Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:18:30.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:19:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:19:21.416Z||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-10-08T05:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:19:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:19:21.417Z||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-10-08T05:19:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:19:30.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:19:30.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:20:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:20:21.416Z||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-10-08T05:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:20:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:20:21.417Z||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-10-08T05:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:20:30.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:20:30.975Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:21:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:21:21.416Z||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-10-08T05:21:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:21:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:21:21.417Z||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-10-08T05:21:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:21:30.964Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:21:30.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:22:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:22:21.416Z||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-10-08T05:22:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:22:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:22:21.417Z||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-10-08T05:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:22:30.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:22:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:23:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:23:21.416Z||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-10-08T05:23:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:23:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:23:21.418Z||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-10-08T05:23:21.419Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:23:30.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:23:30.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:24:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:24:21.416Z||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-10-08T05:24:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:24:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:24:21.417Z||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-10-08T05:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:24:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:24:30.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:25:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:25:21.416Z||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-10-08T05:25:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:25:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:25:21.417Z||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-10-08T05:25:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:25:30.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:25:30.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:26:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:26:21.416Z||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-10-08T05:26:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:26:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:26:21.417Z||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-10-08T05:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:26:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:26:30.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:27:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:27:21.416Z||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-10-08T05:27:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:27:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:27:21.417Z||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-10-08T05:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:27:30.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:27:30.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:28:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:28:21.416Z||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-10-08T05:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:28:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:28:21.417Z||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-10-08T05:28:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:28:30.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:28:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:29:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:29:21.416Z||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-10-08T05:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:29:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:29:21.417Z||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-10-08T05:29:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:29:30.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:29:30.971Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:30:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:30:21.416Z||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-10-08T05:30:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:30:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:30:21.417Z||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-10-08T05:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:30:30.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:30:30.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:31:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:31:21.416Z||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-10-08T05:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:31:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:31:21.417Z||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-10-08T05:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:31:30.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:31:30.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:32:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:32:21.416Z||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-10-08T05:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:32:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:32:21.417Z||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-10-08T05:32:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:32:30.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:32:30.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:33:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:33:21.416Z||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-10-08T05:33:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:33:21.417Z||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-10-08T05:33:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:33:30.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:33:30.976Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:34:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:34:21.416Z||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-10-08T05:34:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:34:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:34:21.417Z||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-10-08T05:34:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:34:30.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:34:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:35:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:35:21.416Z||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-10-08T05:35:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:35:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:35:21.417Z||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-10-08T05:35:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:35:30.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:35:30.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:36:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:36:21.416Z||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-10-08T05:36:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:36:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:36:21.417Z||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-10-08T05:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:36:30.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:36:30.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:37:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:37:21.416Z||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-10-08T05:37:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:37:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:37:21.417Z||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-10-08T05:37:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:37:30.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:37:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:38:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:38:21.416Z||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-10-08T05:38:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:38:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:38:21.417Z||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-10-08T05:38:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:38:30.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:38:30.979Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:39:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:39:21.416Z||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-10-08T05:39:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:39:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:39:21.417Z||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-10-08T05:39:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:39:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:39:30.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:40:21.415Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:40:21.416Z||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-10-08T05:40:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:40:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:40:21.417Z||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-10-08T05:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:40:30.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:40:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:41:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:41:21.416Z||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-10-08T05:41:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:41:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:41:21.418Z||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-10-08T05:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:41:30.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:41:30.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:42:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:42:21.416Z||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-10-08T05:42:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:42:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:42:21.417Z||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-10-08T05:42:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:42:30.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:42:30.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:43:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:43:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:43:21.417Z||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-10-08T05:43:21.418Z||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-10-08T05:43:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:43:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:43:30.967Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:43:30.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:44:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:44:21.416Z||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-10-08T05:44:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:44:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:44:21.417Z||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-10-08T05:44:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:44:30.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:44:31.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:45:21.415Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:45:21.416Z||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-10-08T05:45:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:45:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:45:21.417Z||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-10-08T05:45:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:45:30.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:45:30.968Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:46:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:46:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:46:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:46:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:46:21.417Z||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-10-08T05:46:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:46:30.964Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:46:30.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:47:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:47:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:47:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:47:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:47:21.417Z||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-10-08T05:47:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:47:30.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:47:30.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:48:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:48:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:48:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:48:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:48:21.417Z||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-10-08T05:48:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:48:30.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:48:30.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:49:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:49:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:49:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:49:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:49:21.418Z||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-10-08T05:49:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:49:30.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:49:30.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:50:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:50:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:50:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:50:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:50:21.417Z||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-10-08T05:50:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:50:30.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:50:30.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:51:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:51:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:51:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:51:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:51:21.417Z||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-10-08T05:51:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:51:30.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:51:30.971Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:52:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:52:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:52:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:52:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:52:21.417Z||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-10-08T05:52:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:52:30.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:52:30.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:53:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:53:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:53:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:53:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:53:21.417Z||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-10-08T05:53:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:53:30.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:53:30.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:54:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:54:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:54:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:54:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:54:21.417Z||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-10-08T05:54:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:54:30.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:54:30.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:55:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:55:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:55:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:55:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:55:21.417Z||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-10-08T05:55:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:55:30.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:55:30.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:56:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:56:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:56:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:56:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:56:21.417Z||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-10-08T05:56:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:56:30.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:56:30.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:57:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:57:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:57:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:57:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:57:21.417Z||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-10-08T05:57:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:57:30.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:57:30.964Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:58:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:58:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:58:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:58:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:58:21.417Z||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-10-08T05:58:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:58:30.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:58:30.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:59:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:59:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T05:59:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:59:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T05:59:21.417Z||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-10-08T05:59:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T05:59:30.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T05:59:30.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:00:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:00:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:00:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:00:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:00:21.417Z||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-10-08T06:00:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:00:30.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:00:30.979Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:01:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:01:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:01:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:01:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:01:21.417Z||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-10-08T06:01:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:01:30.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:01:30.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:02:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:02:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:02:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:02:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:02:21.417Z||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-10-08T06:02:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:02:30.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:02:30.968Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:03:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:03:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:03:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:03:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:03:21.417Z||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-10-08T06:03:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:03:30.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:03:30.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:04:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:04:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:04:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:04:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:04:21.417Z||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-10-08T06:04:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:04:30.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:04:30.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:05:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:05:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:05:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:05:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:05:21.417Z||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-10-08T06:05:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:05:30.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:05:30.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:06:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:06:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:06:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:06:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:06:21.417Z||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-10-08T06:06:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:06:30.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:06:30.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:07:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:07:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:07:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:07:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:07:21.417Z||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-10-08T06:07:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:07:30.967Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:07:30.967Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:08:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:08:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:08:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:08:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:08:21.418Z||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-10-08T06:08:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:08:30.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:08:30.962Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:09:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:09:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:09:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:09:21.417Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:09:21.418Z||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-10-08T06:09:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:09:30.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:09:30.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:10:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:10:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:10:21.417Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:10:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:10:21.417Z||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-10-08T06:10:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:10:30.968Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:10:30.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:11:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:11:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:11:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:11:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:11:21.418Z||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-10-08T06:11:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:11:30.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:11:30.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:12:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:12:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:12:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:12:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:12:21.417Z||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-10-08T06:12:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:12:30.966Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:12:30.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:13:21.415Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:13:21.416Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-08T06:13:21.416Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:13:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:13:21.417Z||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-10-08T06:13:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:13:30.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:13:30.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:14:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:14:21.416Z||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-10-08T06:14:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:14:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:14:21.418Z||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-10-08T06:14:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:14:30.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:14:30.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:15:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:15:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:15:21.417Z||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-10-08T06:15:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:15:21.417Z||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-10-08T06:15:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:15:30.970Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:15:30.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:16:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:16:21.416Z||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-10-08T06:16:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:16:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:16:21.417Z||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-10-08T06:16:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:16:30.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:16:30.977Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:17:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:17:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:17:21.417Z||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-10-08T06:17:21.417Z||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-10-08T06:17:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:17:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:17:30.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:17:30.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:18:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:18:21.416Z||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-10-08T06:18:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:18:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:18:21.417Z||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-10-08T06:18:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:18:30.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:18:30.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:19:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:19:21.416Z||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-10-08T06:19:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:19:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:19:21.417Z||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-10-08T06:19:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:19:30.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:19:30.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:20:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:20:21.416Z||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-10-08T06:20:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:20:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:20:21.417Z||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-10-08T06:20:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:20:30.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:20:30.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:21:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:21:21.416Z||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-10-08T06:21:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:21:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:21:21.417Z||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-10-08T06:21:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:21:30.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:21:30.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:22:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:22:21.416Z||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-10-08T06:22:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:22:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:22:21.417Z||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-10-08T06:22:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:22:30.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:22:30.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:23:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:23:21.416Z||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-10-08T06:23:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:23:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:23:21.417Z||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-10-08T06:23:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:23:30.974Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:23:30.981Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:24:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:24:21.416Z||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-10-08T06:24:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:24:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:24:21.417Z||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-10-08T06:24:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:24:30.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:24:30.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:25:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:25:21.416Z||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-10-08T06:25:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:25:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:25:21.417Z||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-10-08T06:25:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:25:30.965Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:25:30.968Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:26:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:26:21.417Z||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-10-08T06:26:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:26:21.417Z||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-10-08T06:26:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:26:30.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:26:30.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:27:21.416Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:27:21.417Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:27:21.417Z||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-10-08T06:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:27:21.417Z||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-10-08T06:27:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:27:30.965Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:27:30.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:28:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:28:21.416Z||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-10-08T06:28:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:28:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:28:21.417Z||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-10-08T06:28:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:28:30.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:28:30.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:29:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:29:21.416Z||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-10-08T06:29:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:29:21.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:29:21.417Z||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-10-08T06:29:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:29:30.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:29:30.962Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:30:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:30:21.416Z||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-10-08T06:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:30:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:30:21.417Z||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-10-08T06:30:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:30:30.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:30:30.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:31:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:31:21.416Z||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-10-08T06:31:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:31:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:31:21.417Z||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-10-08T06:31:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:31:30.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:31:30.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:32:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:32:21.416Z||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-10-08T06:32:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:32:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:32:21.417Z||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-10-08T06:32:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:32:30.962Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:32:30.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:33:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:33:21.416Z||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-10-08T06:33:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:33:21.417Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:33:21.417Z||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-10-08T06:33:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:33:30.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:33:30.965Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:21.415Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:34:21.416Z||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-10-08T06:34:21.416Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:34:21.417Z||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-10-08T06:34:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:21.942Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "ves-openapi-manager",
"timestamp": 1633674834024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674831726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674831333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "dcae-sch",
"timestamp": 1633674830213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674834013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674831330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674831726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674831333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "ves-openapi-manager",
"timestamp": 1633674834024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "dcae-sch",
"timestamp": 1633674830213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674834013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674831330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674837557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674831726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674831333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "ves-openapi-manager",
"timestamp": 1633674834024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "dcae-sch",
"timestamp": 1633674830213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674834013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674831330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674837557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674831333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674831726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "ves-openapi-manager",
"timestamp": 1633674834024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "dcae-sch",
"timestamp": 1633674830213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674834013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674831330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674837557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674831726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674831333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "ves-openapi-manager",
"timestamp": 1633674834024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "dcae-sch",
"timestamp": 1633674830213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674834013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674831330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674837557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674831333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674831726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "ves-openapi-manager",
"timestamp": 1633674834024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "dcae-sch",
"timestamp": 1633674830213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674834013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674831330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674837557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674831333,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674831726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "ves-openapi-manager",
"timestamp": 1633674834024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "dcae-sch",
"timestamp": 1633674830213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674834013,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674831330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674837557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674837557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674844459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674844478,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674844477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:21.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "cds",
"timestamp": 1633674845493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-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-10-08T06:34:22.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:22.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1befa228-36ba-43ff-9414-174930c8bc77","serviceName":"vFW 2021-10-08 06-29-55","serviceVersion":"1.0","serviceUUID":"4c3f0219-bbfe-461f-9aaa-263620f7521a","serviceDescription":"catalog service description","serviceInvariantUUID":"20b545fc-521f-4390-8bb1-69e8883277a6","resources":[{"resourceInstanceName":"vFW f1060765-25c8 0","resourceName":"vFW f1060765-25c8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a74229d6-8b5e-4ca2-9f4e-3107821a28c3","resourceInvariantUUID":"9ab3830c-ee9b-4f22-add9-205cb8176a7d","resourceCustomizationUUID":"a4270425-96a6-4b84-882e-9138452c8b0d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml","artifactChecksum":"NDc5MDRkOWUyYjBlNDZiM2VhNGQ0ZWE3MDYxNTQ3NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"323c21f0-7b8b-4135-ac56-22ccda1c67d4","artifactVersion":"1"},{"artifactName":"vfwf106076525c80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json","artifactChecksum":"OTRkOTIyYmZlYzcyNWQyN2M1ODBlNGRlNzM0MmNkOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"acebc05b-b031-43e7-9556-db286736662a","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be1925bc-9b06-49b6-a6f2-cc5e878f386c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml","artifactChecksum":"MDFlMzgxODg2NGNjNTA3MjY3YWEwY2M3OTM5YzU0ODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5f3bbd0-8942-415c-acd2-1442d7cf07e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6a4204a-1dd1-4efc-8447-ef0a2d83db66","artifactVersion":"3","generatedFromUUID":"be1925bc-9b06-49b6-a6f2-cc5e878f386c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211008062955-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml","artifactChecksum":"NjA3M2QxMWFkNDQzOWUwOTRkZDExNGJlODY3MWE3Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8991be07-445e-4d75-8f8d-8a99224a8c9f","artifactVersion":"1"},{"artifactName":"service-Vfw20211008062955-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar","artifactChecksum":"ZWNmZGM1NzFhNGRhMTQ4OGU5MGNkYTlkZDk1Yjk2MTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"338dbdbd-b991-4ae2-8377-eea0aeb7bac1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:34:22.052Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:22.056Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:22.062Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:22.062Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-08T06:34:22.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:34:22.141Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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-10-08T06:34:22.162Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-10-08T06:34:22.167Z||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-10-08T06:34:22.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674845485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:34:22.167Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:22.167Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "policy-id",
"timestamp": 1633674846490,
"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-10-08T06:34:22.179Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:22.180Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:22.186Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:34:22.187Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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-10-08T06:34:22.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674846867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:22.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674846974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674849129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674850842,
"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-10-08T06:34:22.202Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:34:22.202Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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-10-08T06:34:22.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633674851846,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "DEPLOY_OK"
}
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674853182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674853182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674853182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674853182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674853182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674853182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674859731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674853182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:34:22.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674860811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:34:22.217Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:34:23.079Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:23.080Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:23.081Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:23.081Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:34:23.182Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:34:23.183Z||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-10-08T06:34:23.183Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:23.197Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:23.198Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:24.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:24.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:24.084Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:24.084Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:34:24.184Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:24.185Z||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-10-08T06:34:24.185Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:24.197Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:24.198Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:25.084Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:25.085Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:25.087Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:25.087Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:25.187Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:25.188Z||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-10-08T06:34:25.188Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:25.204Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:25.205Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:26.088Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:26.089Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:26.092Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:26.092Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-08T06:34:26.192Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:26.193Z||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-10-08T06:34:26.193Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:26.206Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:26.206Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:27.098Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:27.099Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:27.101Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:27.101Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:34:27.201Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:27.202Z||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-10-08T06:34:27.202Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:27.215Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:27.216Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:28.101Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:34:28.103Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:28.105Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:28.105Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:34:28.205Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:28.206Z||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-10-08T06:34:28.206Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:28.218Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:28.218Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:29.108Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"serviceName": "vFW 2021-10-08 06-29-55",
"serviceVersion": "1.0",
"serviceUUID": "4c3f0219-bbfe-461f-9aaa-263620f7521a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "20b545fc-521f-4390-8bb1-69e8883277a6",
"resources": [
{
"resourceInstanceName": "vFW f1060765-25c8 0",
"resourceCustomizationUUID": "a4270425-96a6-4b84-882e-9138452c8b0d",
"resourceName": "vFW f1060765-25c8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a74229d6-8b5e-4ca2-9f4e-3107821a28c3",
"resourceInvariantUUID": "9ab3830c-ee9b-4f22-add9-205cb8176a7d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf106076525c80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"artifactChecksum": "OTRkOTIyYmZlYzcyNWQyN2M1ODBlNGRlNzM0MmNkOTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "acebc05b-b031-43e7-9556-db286736662a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "be1925bc-9b06-49b6-a6f2-cc5e878f386c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "b6a4204a-1dd1-4efc-8447-ef0a2d83db66",
"generatedFromUUID": "be1925bc-9b06-49b6-a6f2-cc5e878f386c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "b6a4204a-1dd1-4efc-8447-ef0a2d83db66",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211008062955-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"artifactChecksum": "ZWNmZGM1NzFhNGRhMTQ4OGU5MGNkYTlkZDk1Yjk2MTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "338dbdbd-b991-4ae2-8377-eea0aeb7bac1"
}
],
"workloadContext": "Production"
}
2021-10-08T06:34:29.109Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:34:29.109Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4c3f0219-bbfe-461f-9aaa-263620f7521a ASDC
2021-10-08T06:34:29.186Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1befa228-36ba-43ff-9414-174930c8bc77
ServiceName:vFW 2021-10-08 06-29-55
ServiceVersion:1.0
ServiceUUID:4c3f0219-bbfe-461f-9aaa-263620f7521a
ServiceInvariantUUID:20b545fc-521f-4390-8bb1-69e8883277a6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211008062955-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
ArtifactUUID:338dbdbd-b991-4ae2-8377-eea0aeb7bac1
ArtifactChecksum:ZWNmZGM1NzFhNGRhMTQ4OGU5MGNkYTlkZDk1Yjk2MTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f1060765-25c8 0
ResourceCustomizationUUID:a4270425-96a6-4b84-882e-9138452c8b0d
ResourceInvariantUUID:9ab3830c-ee9b-4f22-add9-205cb8176a7d
ResourceName:vFW f1060765-25c8
ResourceType:VF
ResourceUUID:a74229d6-8b5e-4ca2-9f4e-3107821a28c3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf106076525c80_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
ArtifactUUID:acebc05b-b031-43e7-9556-db286736662a
ArtifactChecksum:OTRkOTIyYmZlYzcyNWQyN2M1ODBlNGRlNzM0MmNkOTA=
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/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
ArtifactUUID:be1925bc-9b06-49b6-a6f2-cc5e878f386c
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
ArtifactUUID:b6a4204a-1dd1-4efc-8447-ef0a2d83db66
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
ArtifactUUID:b6a4204a-1dd1-4efc-8447-ef0a2d83db66
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-08T06:34:29.187Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4c3f0219-bbfe-461f-9aaa-263620f7521a 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-10-08T06:34:29.229Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:34:29.230Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:34:29.231Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:34:29.231Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 338dbdbd-b991-4ae2-8377-eea0aeb7bac1 from URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:29.231Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:34:29.232Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:30.174Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:34:30.195Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar 338dbdbd-b991-4ae2-8377-eea0aeb7bac1 98764
2021-10-08T06:34:30.196Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar ASDC sendASDCNotification
2021-10-08T06:34:30.196Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:30.197Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:34:30.198Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:30.199Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:30.199Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674870195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:30.299Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:30.300Z||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-10-08T06:34:30.300Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:30.312Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:30.312Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:31.199Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:34:31.201Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:34:31.202Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 338dbdbd-b991-4ae2-8377-eea0aeb7bac1, URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar to file: /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:31.202Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211008062955-csar.csar
2021-10-08T06:34:31.259Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:31.259Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:32.089Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8498629857454715753/Definitions/service-Vfw20211008062955-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-10-08T06:34:34.511Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:34:34.516Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:34:34.516Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.516Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-08T06:34:34.516Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f1060765-25c8 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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-Vfw20211008062955-csar.csar
2021-10-08T06:34:34.517Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:34:34.522Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.527Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.527Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:34:34.528Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:34:34.529Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.534Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.534Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:34.534Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:34.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.536Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:34:34.537Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.537Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:34.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:34.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.540Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bdb7def3-8d47-49c9-91bf-cdbbbd81289c
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:34.541Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.542Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=71c33577-97af-4433-8d0b-f44777fcabf5
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.543Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8cd11ba9-8d3a-4446-a231-d9f55b21442a
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.544Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.545Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.545Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:34.545Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:34.545Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-08 06-29-55
Description:catalog service description
Model UUID:4c3f0219-bbfe-461f-9aaa-263620f7521a
Model Version:NULL
Model InvariantUuid:20b545fc-521f-4390-8bb1-69e8883277a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f1060765-25c8
Model UUID:24f1d742-eb9c-4741-9cf6-9a154bf68c79
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ab3830c-ee9b-4f22-add9-205cb8176a7d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a4270425-96a6-4b84-882e-9138452c8b0d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bc2f9d30-625b-4138-bd37-067b7678d515
ModelName:VfwF106076525c8..base_vfw..module-0
ModelUuid:834bd687-5bcb-4da9-8971-e9ba6f593be7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bdb7def3-8d47-49c9-91bf-cdbbbd81289c
ModelInvariantUuid:e14143b6-655a-4436-b262-25ec69498d12
ModelName:vFW f1060765-25c8-nodes.vfwCvfc
ModelUuid:a4a71040-2ff8-4dcc-8311-bb2c97e0970a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:67656aef-9758-416e-a125-4d9358fb037f
ModelInvariantUuid:35c87498-836e-424f-aa70-4e0d85b7b08a
ModelName:VfwF106076525c8.compute.nodes.heat.vfw
ModelUuid:e9321490-8f15-4b16-a09b-7456dafdc21d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:71c33577-97af-4433-8d0b-f44777fcabf5
ModelInvariantUuid:db52b446-7df7-4755-83a6-5148b74eb096
ModelName:vFW f1060765-25c8-nodes.vsnCvfc
ModelUuid:96dbd375-4298-4cee-b52f-d0f27278d2c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7211eb3f-d844-4811-ac41-45623ff057c6
ModelInvariantUuid:8ee5fc40-4266-4de9-8404-32d153ab432c
ModelName:VfwF106076525c8.compute.nodes.heat.vsn
ModelUuid:5c37a51c-d3ad-4d4f-8138-851da6fa8fab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8cd11ba9-8d3a-4446-a231-d9f55b21442a
ModelInvariantUuid:e81778b7-b4bd-4ea0-b78f-55249a19ba2c
ModelName:vFW f1060765-25c8-nodes.vpgCvfc
ModelUuid:dc145dc9-8a6f-4bfd-8167-7732c8a66d44
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:311f7f0c-15c4-47a4-87f2-bd1d39a397a6
ModelInvariantUuid:c940bd1e-6071-4052-8c15-bb464ad8fcaf
ModelName:VfwF106076525c8.compute.nodes.heat.vpg
ModelUuid:7587889f-08cd-4e15-9ab3-1d49715deae8
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-10-08T06:34:34.567Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a74229d6-8b5e-4ca2-9f4e-3107821a28c3
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-10-08T06:34:34.659Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||vFW f1060765-25c8 0
2021-10-08T06:34:34.665Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a74229d6-8b5e-4ca2-9f4e-3107821a28c3
2021-10-08T06:34:34.666Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: acebc05b-b031-43e7-9556-db286736662a from URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
2021-10-08T06:34:34.666Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:34:34.666Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
2021-10-08T06:34:36.030Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:34:36.031Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json acebc05b-b031-43e7-9556-db286736662a 785
2021-10-08T06:34:36.032Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json ASDC sendASDCNotification
2021-10-08T06:34:36.032Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
2021-10-08T06:34:36.032Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:34:36.033Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:36.035Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:36.035Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674876032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:36.135Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:36.136Z||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-10-08T06:34:36.137Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:36.149Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:36.149Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:37.036Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF106076525c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bc2f9d30-625b-4138-bd37-067b7678d515",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "834bd687-5bcb-4da9-8971-e9ba6f593be7",
"vfModuleModelCustomizationUUID": "84305712-f2ff-4dfc-8b17-80d6120f2506",
"isBase": true,
"artifacts": [
"be1925bc-9b06-49b6-a6f2-cc5e878f386c",
"b6a4204a-1dd1-4efc-8447-ef0a2d83db66"
],
"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-10-08T06:34:37.050Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF106076525c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:834bd687-5bcb-4da9-8971-e9ba6f593be7
VfModuleModelInvariantUUID:bc2f9d30-625b-4138-bd37-067b7678d515
VfModuleModelDescription:NULL
Artifacts UUID List:{
be1925bc-9b06-49b6-a6f2-cc5e878f386c
,
b6a4204a-1dd1-4efc-8447-ef0a2d83db66
}
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-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF106076525c8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bc2f9d30-625b-4138-bd37-067b7678d515",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "834bd687-5bcb-4da9-8971-e9ba6f593be7",
"vfModuleModelCustomizationUUID": "84305712-f2ff-4dfc-8b17-80d6120f2506",
"isBase": true,
"artifacts": [
"be1925bc-9b06-49b6-a6f2-cc5e878f386c",
"b6a4204a-1dd1-4efc-8447-ef0a2d83db66"
],
"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-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF106076525c8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:834bd687-5bcb-4da9-8971-e9ba6f593be7
VfModuleModelInvariantUUID:bc2f9d30-625b-4138-bd37-067b7678d515
VfModuleModelDescription:NULL
Artifacts UUID List:{
be1925bc-9b06-49b6-a6f2-cc5e878f386c
,
b6a4204a-1dd1-4efc-8447-ef0a2d83db66
}
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-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: be1925bc-9b06-49b6-a6f2-cc5e878f386c from URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
2021-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:34:37.053Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
2021-10-08T06:34:37.653Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:34:37.654Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml be1925bc-9b06-49b6-a6f2-cc5e878f386c 20368
2021-10-08T06:34:37.655Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-08T06:34:37.655Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
2021-10-08T06:34:37.655Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:34:37.655Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:37.658Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:37.658Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674877655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:37.758Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:37.759Z||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-10-08T06:34:37.759Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:37.772Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:37.772Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:38.659Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6a4204a-1dd1-4efc-8447-ef0a2d83db66 from URL: /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
2021-10-08T06:34:38.659Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:34:38.660Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
2021-10-08T06:34:39.441Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env b6a4204a-1dd1-4efc-8447-ef0a2d83db66 2098
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:34:39.442Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:39.444Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:39.444Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674879442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:34:39.545Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:39.546Z||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-10-08T06:34:39.546Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:39.559Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:39.560Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:40.445Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4c3f0219-bbfe-461f-9aaa-263620f7521a
2021-10-08T06:34:40.446Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f1060765-25c8 0 a74229d6-8b5e-4ca2-9f4e-3107821a28c3 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-10-08T06:34:40.488Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a835672, org.onap.sdc.toscaparser.api.parameters.Input@75117081, org.onap.sdc.toscaparser.api.parameters.Input@1f61a2bb, org.onap.sdc.toscaparser.api.parameters.Input@779b98cd, org.onap.sdc.toscaparser.api.parameters.Input@174b608a]
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= a4270425-96a6-4b84-882e-9138452c8b0d
2021-10-08T06:34:40.490Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4270425-96a6-4b84-882e-9138452c8b0d matches Tosca VF Customization UUID: a4270425-96a6-4b84-882e-9138452c8b0d
2021-10-08T06:34:40.491Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: a4270425-96a6-4b84-882e-9138452c8b0d 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-10-08T06:34:40.497Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.498Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id a4270425-96a6-4b84-882e-9138452c8b0d: {\"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-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a700063
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:34:40.499Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84305712-f2ff-4dfc-8b17-80d6120f2506
2021-10-08T06:34:40.500Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84305712-f2ff-4dfc-8b17-80d6120f2506
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-10-08T06:34:40.506Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.507Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.507Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.507Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.507Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:40.508Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.509Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bdb7def3-8d47-49c9-91bf-cdbbbd81289c
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-10-08T06:34:40.522Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:40.523Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.524Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-08T06:34:40.525Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.525Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=71c33577-97af-4433-8d0b-f44777fcabf5
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-10-08T06:34:40.528Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.528Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.528Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.530Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-08T06:34:40.531Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-08T06:34:40.532Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8cd11ba9-8d3a-4446-a231-d9f55b21442a
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-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Node template vFW f1060765-25c8 0 is matching search criteria
2021-10-08T06:34:40.535Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f1060765-25c8 0] matching following query criteria: sdcType=VF, customizationUUID=a4270425-96a6-4b84-882e-9138452c8b0d
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-10-08T06:34:40.537Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.537Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4c3f0219-bbfe-461f-9aaa-263620f7521a: vFW f1060765-25c8
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.538Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:34:40.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-10-08 06-29-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:34:40.539Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-10-08 06-29-55
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-10-08T06:34:40.869Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f1060765-25c8 a74229d6-8b5e-4ca2-9f4e-3107821a28c3 1 ASDC deployResourceStructure
2021-10-08T06:34:40.869Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json ASDC sendASDCNotification
2021-10-08T06:34:40.869Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json
2021-10-08T06:34:40.869Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:34:40.870Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:40.872Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:40.873Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674880869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "DEPLOY_OK"
}
2021-10-08T06:34:40.973Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:40.973Z||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-10-08T06:34:40.973Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:40.987Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:40.987Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:41.873Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-08T06:34:41.874Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml
2021-10-08T06:34:41.874Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:34:41.874Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:41.875Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:41.875Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674881873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-08T06:34:41.976Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:41.977Z||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-10-08T06:34:41.977Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:41.989Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:41.989Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:42.876Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-08T06:34:42.877Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env
2021-10-08T06:34:42.877Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:34:42.877Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:42.879Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:42.879Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674882876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-08T06:34:42.979Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:42.980Z||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-10-08T06:34:42.980Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:42.994Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:42.994Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:34:43.880Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar ASDC sendASDCNotification
2021-10-08T06:34:43.880Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar
2021-10-08T06:34:43.880Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:34:43.881Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:34:43.883Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:34:43.883Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674883879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:34:43.983Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:34:43.984Z||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-10-08T06:34:43.984Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:34:43.996Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:34:43.997Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:34:44.885Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:34:44.902Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:34:44.905Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:34:44.905Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:34:44.906Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:35:14.906Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:35:14.919Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:35:14.922Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:35:14.922Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:35:14.922Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:35:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:35:21.418Z||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-10-08T06:35:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:35:21.445Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:35:21.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:35:21.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "clamp",
"timestamp": 1633674861817,
"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-10-08T06:35:21.456Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:35:21.456Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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-10-08T06:35:44.922Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:35:44.942Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:35:44.945Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:35:44.946Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:35:44.946Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:36:14.946Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:36:14.960Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:36:14.963Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:36:14.963Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:36:14.963Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:36:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:36:21.417Z||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-10-08T06:36:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:36:21.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:36:21.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:36:21.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:36:21.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:36:44.964Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:36:44.976Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:36:44.982Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:36:44.982Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:36:44.982Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:37:14.982Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:37:14.994Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:37:14.998Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:37:14.998Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:37:14.998Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:37:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:37:21.417Z||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-10-08T06:37:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:37:21.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:37:21.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674862065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674862497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "aai-ml",
"timestamp": 1633674863069,
"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-10-08T06:37:21.958Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:37:21.958Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:37:21.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674867792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674861415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:37:21.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-10-08T06:37:21.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633674868797,
"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-10-08T06:37:21.973Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1befa228-36ba-43ff-9414-174930c8bc77
2021-10-08T06:37:21.973Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1befa228-36ba-43ff-9414-174930c8bc77 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-10-08T06:37:21.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674870195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674876032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674877655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674879442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674880869,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/vfwf106076525c80_modules.json",
"status": "DEPLOY_OK"
}
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674881873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674882876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/resourceInstances/vfwf106076525c80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633674883879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211008062955/1.0/artifacts/service-Vfw20211008062955-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:37:21.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:37:44.998Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:37:45.011Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77
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-10-08T06:37:45.013Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:37:45.013Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:37:45.013Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:37:45.014Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-10-08T06:37:45.020Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:38:15.021Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1befa228-36ba-43ff-9414-174930c8bc77 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-10-08T06:38:15.031Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1befa228-36ba-43ff-9414-174930c8bc77 and serviceModelVersionId: 4c3f0219-bbfe-461f-9aaa-263620f7521a
2021-10-08T06:38:15.031Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20b545fc-521f-4390-8bb1-69e8883277a6
2021-10-08T06:38:21.417Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:21.417Z||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-10-08T06:38:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:27.193Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0
2021-10-08T06:38:27.418Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:38:27.925Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?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-10-08T06:38:27.928Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0|INFO|500||Invoke
2021-10-08T06:38:28.075Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-08T06:38:28.764Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0|INFO|500||InvokeReturn
2021-10-08T06:38:28.764Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/20b545fc-521f-4390-8bb1-69e8883277a6/model-vers/model-ver/4c3f0219-bbfe-461f-9aaa-263620f7521a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211008-06:38:28:092-80470], vertex-id=[221224], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:38:28 GMT], Content-Type=[application/json]}
2021-10-08T06:38:28.765Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:38:28.767Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:38:28.768Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-10-08T06:38:28.773Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||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-10-08T06:38:28.778Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1befa228-36ba-43ff-9414-174930c8bc77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:38:28.779Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:38:28.779Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:38:28.781Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:38:28.781Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675108778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:38:28.882Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:38:28.883Z||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-10-08T06:38:28.883Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:28.895Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:38:28.896Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:38:29.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:38:29.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-08T06:38:29.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1befa228-36ba-43ff-9414-174930c8bc77",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675108778,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:38:29.510Z||pool-2-thread-8|||||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-10-08T06:38:29.801Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:29.802Z|1befa228-36ba-43ff-9414-174930c8bc77|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-10-08T06:38:29.802Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:40.012Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:38:40.013Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:40.014Z|1befa228-36ba-43ff-9414-174930c8bc77|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-10-08T06:38:40.014Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:49.565Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:38:49.565Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:49.566Z|1befa228-36ba-43ff-9414-174930c8bc77|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-10-08T06:38:49.566Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:38:59.105Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:38:59.105Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:38:59.106Z|1befa228-36ba-43ff-9414-174930c8bc77|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-10-08T06:38:59.107Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:39:08.645Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:39:21.415Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:39:21.416Z|1befa228-36ba-43ff-9414-174930c8bc77|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-10-08T06:39:21.416Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:39:21.417Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:39:21.417Z||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-10-08T06:39:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:39:30.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:39:30.969Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:21.415Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:40:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:40:21.417Z|1befa228-36ba-43ff-9414-174930c8bc77|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-10-08T06:40:21.417Z||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-10-08T06:40:21.417Z|1befa228-36ba-43ff-9414-174930c8bc77|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:25.680Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:25.681Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:40:25.681Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"4679e703-b743-4600-8267-939b48f55894","serviceName":"basic_onboard_pwJvyg","serviceVersion":"1.0","serviceUUID":"67ed7bad-082b-4ebe-8e86-f1140f398e32","serviceDescription":"service","serviceInvariantUUID":"6d0da725-cc6c-443b-933d-aae6b07b6a0f","resources":[{"resourceInstanceName":"basic_onboard_pwJvyg 0","resourceName":"basic_onboard_pwJvyg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a88442a-0752-408d-b4d1-963ca20be038","resourceInvariantUUID":"1f5fa072-6278-4ad2-bd1d-b2ab849e3479","resourceCustomizationUUID":"0f73471f-c299-48e7-aaf6-f1b92813ad1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml","artifactChecksum":"Njk5MDhlNDZkMTAxZTFhNDBiOTVmOTM3NWUwNjFjOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e18c6258-015f-4225-bd7d-42b64ba632be","artifactVersion":"1"},{"artifactName":"basic_onboard_pwjvyg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json","artifactChecksum":"YjdjMmQyMTM4ZTk4YWY3ZWY0YTAxNDNiNWNmYWY5YjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf963966-cce9-4977-9bcb-0ff48d7ca92c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e95fce2-c294-4fd4-acde-dff2672289b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"895c2ddc-aeb8-447d-aa55-931167283af5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a","artifactVersion":"2","generatedFromUUID":"8e95fce2-c294-4fd4-acde-dff2672289b1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPwjvyg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml","artifactChecksum":"OTAwNmUwMTFiOGE3NGJjMzJiNjJiYzY0OTQ0MzhiZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"815348a8-3850-4646-a1fb-afcf0d7ba107","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPwjvyg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar","artifactChecksum":"NzU5ZmYzYTY2MjhjMWQ0N2I5ZjA2ZjA5NGJjNzhjZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"335f6a8a-b6f2-4670-abf6-206bac1fd81a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:40:25.683Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:25.684Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:25.687Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:25.687Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:40:25.787Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:25.788Z||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-10-08T06:40:25.788Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:25.799Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:25.800Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:25.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:25.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:40:25.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:40:25.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:40:26.687Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:26.689Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:26.690Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:26.691Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:40:26.791Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:26.792Z||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-10-08T06:40:26.792Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:26.802Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:26.803Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:27.691Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:27.692Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:27.694Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:27.694Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:40:27.795Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:40:27.796Z||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-10-08T06:40:27.796Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:27.806Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:27.807Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:28.695Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:28.696Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:28.698Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:28.698Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:40:28.799Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:28.800Z||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-10-08T06:40:28.800Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:28.811Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:28.811Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:29.699Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:29.700Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:29.702Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:29.702Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-08T06:40:29.803Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:40:29.804Z||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-10-08T06:40:29.804Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:29.815Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:29.815Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:30.703Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:30.703Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:30.706Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:30.706Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:40:30.806Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:30.807Z||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-10-08T06:40:30.807Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:30.818Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:30.818Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:31.706Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:40:31.707Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:31.709Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:31.709Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:40:31.810Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:40:31.810Z||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-10-08T06:40:31.810Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:31.820Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:31.821Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:32.711Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"serviceName": "basic_onboard_pwJvyg",
"serviceVersion": "1.0",
"serviceUUID": "67ed7bad-082b-4ebe-8e86-f1140f398e32",
"serviceDescription": "service",
"serviceInvariantUUID": "6d0da725-cc6c-443b-933d-aae6b07b6a0f",
"resources": [
{
"resourceInstanceName": "basic_onboard_pwJvyg 0",
"resourceCustomizationUUID": "0f73471f-c299-48e7-aaf6-f1b92813ad1d",
"resourceName": "basic_onboard_pwJvyg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2a88442a-0752-408d-b4d1-963ca20be038",
"resourceInvariantUUID": "1f5fa072-6278-4ad2-bd1d-b2ab849e3479",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pwjvyg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"artifactChecksum": "YjdjMmQyMTM4ZTk4YWY3ZWY0YTAxNDNiNWNmYWY5YjQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf963966-cce9-4977-9bcb-0ff48d7ca92c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8e95fce2-c294-4fd4-acde-dff2672289b1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a",
"generatedFromUUID": "8e95fce2-c294-4fd4-acde-dff2672289b1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPwjvyg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"artifactChecksum": "NzU5ZmYzYTY2MjhjMWQ0N2I5ZjA2ZjA5NGJjNzhjZDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "335f6a8a-b6f2-4670-abf6-206bac1fd81a"
}
],
"workloadContext": "Production"
}
2021-10-08T06:40:32.711Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:40:32.711Z|1befa228-36ba-43ff-9414-174930c8bc77|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67ed7bad-082b-4ebe-8e86-f1140f398e32 ASDC
2021-10-08T06:40:32.712Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:4679e703-b743-4600-8267-939b48f55894
ServiceName:basic_onboard_pwJvyg
ServiceVersion:1.0
ServiceUUID:67ed7bad-082b-4ebe-8e86-f1140f398e32
ServiceInvariantUUID:6d0da725-cc6c-443b-933d-aae6b07b6a0f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPwjvyg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
ArtifactUUID:335f6a8a-b6f2-4670-abf6-206bac1fd81a
ArtifactChecksum:NzU5ZmYzYTY2MjhjMWQ0N2I5ZjA2ZjA5NGJjNzhjZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pwJvyg 0
ResourceCustomizationUUID:0f73471f-c299-48e7-aaf6-f1b92813ad1d
ResourceInvariantUUID:1f5fa072-6278-4ad2-bd1d-b2ab849e3479
ResourceName:basic_onboard_pwJvyg
ResourceType:VF
ResourceUUID:2a88442a-0752-408d-b4d1-963ca20be038
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pwjvyg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
ArtifactUUID:bf963966-cce9-4977-9bcb-0ff48d7ca92c
ArtifactChecksum:YjdjMmQyMTM4ZTk4YWY3ZWY0YTAxNDNiNWNmYWY5YjQ=
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/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8e95fce2-c294-4fd4-acde-dff2672289b1
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/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
ArtifactUUID:1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a
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/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
ArtifactUUID:1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-08T06:40:32.712Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67ed7bad-082b-4ebe-8e86-f1140f398e32 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-10-08T06:40:32.756Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 335f6a8a-b6f2-4670-abf6-206bac1fd81a from URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:40:32.757Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:33.324Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:40:33.327Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar 335f6a8a-b6f2-4670-abf6-206bac1fd81a 71365
2021-10-08T06:40:33.328Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar ASDC sendASDCNotification
2021-10-08T06:40:33.328Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:33.328Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:40:33.328Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:33.330Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:33.330Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675233327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:40:33.430Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:33.431Z||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-10-08T06:40:33.432Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:33.443Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:33.444Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:34.332Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:40:34.333Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:40:34.333Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 335f6a8a-b6f2-4670-abf6-206bac1fd81a, URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar to file: /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:34.334Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:34.334Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:34.334Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:34.620Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1283112623461330655/Definitions/service-BasicOnboardPwjvyg-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-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pwJvyg 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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.786Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:40:35.787Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is not matching search criteria
2021-10-08T06:40:35.788Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:40:35.789Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:35.790Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is not matching search criteria
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9245811b-23f3-4dcf-9424-bfadbcab560b
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:35.791Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:35.792Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pwJvyg
Description:service
Model UUID:67ed7bad-082b-4ebe-8e86-f1140f398e32
Model Version:NULL
Model InvariantUuid:6d0da725-cc6c-443b-933d-aae6b07b6a0f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pwJvyg
Model UUID:420a4b99-72fe-45f2-b1fe-aa80c1fc6200
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1f5fa072-6278-4ad2-bd1d-b2ab849e3479
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f73471f-c299-48e7-aaf6-f1b92813ad1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3f71bd6e-37c2-407f-a376-7f0eac474777
ModelName:BasicOnboardPwjvyg..base_ubuntu18..module-0
ModelUuid:e2581d54-3688-4720-8d93-1bc742c6ae9a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9245811b-23f3-4dcf-9424-bfadbcab560b
ModelInvariantUuid:0f4dec09-8a76-4d24-b0af-3e893d33cec3
ModelName:basic_onboard_pwJvyg-nodes.ubuntu18Cvfc
ModelUuid:3036840a-1734-4e19-bc50-6ecd76037053
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c9e1e4ff-bdec-4e0c-9560-7ed4332c86f3
ModelInvariantUuid:3b7eb69e-5456-45a2-b3ca-e143fa66d5a4
ModelName:BasicOnboardPwjvyg.compute.nodes.heat.ubuntu18
ModelUuid:913f6d9c-2128-409b-913d-1c0f60e50d35
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-10-08T06:40:35.798Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a88442a-0752-408d-b4d1-963ca20be038
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-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||basic_onboard_pwJvyg 0
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a88442a-0752-408d-b4d1-963ca20be038
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bf963966-cce9-4977-9bcb-0ff48d7ca92c from URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:40:35.802Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
2021-10-08T06:40:36.920Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json bf963966-cce9-4977-9bcb-0ff48d7ca92c 798
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json ASDC sendASDCNotification
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:40:36.921Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:36.924Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:36.924Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675236921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:40:37.024Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:37.025Z||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-10-08T06:40:37.026Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:37.038Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:37.038Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:40:37.924Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPwjvyg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3f71bd6e-37c2-407f-a376-7f0eac474777",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2581d54-3688-4720-8d93-1bc742c6ae9a",
"vfModuleModelCustomizationUUID": "448184c7-31ad-4f89-af7e-6e4ccfee5e7d",
"isBase": true,
"artifacts": [
"8e95fce2-c294-4fd4-acde-dff2672289b1",
"1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a"
],
"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-10-08T06:40:37.929Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwjvyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2581d54-3688-4720-8d93-1bc742c6ae9a
VfModuleModelInvariantUUID:3f71bd6e-37c2-407f-a376-7f0eac474777
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e95fce2-c294-4fd4-acde-dff2672289b1
,
1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a
}
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-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPwjvyg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3f71bd6e-37c2-407f-a376-7f0eac474777",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e2581d54-3688-4720-8d93-1bc742c6ae9a",
"vfModuleModelCustomizationUUID": "448184c7-31ad-4f89-af7e-6e4ccfee5e7d",
"isBase": true,
"artifacts": [
"8e95fce2-c294-4fd4-acde-dff2672289b1",
"1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a"
],
"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-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwjvyg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2581d54-3688-4720-8d93-1bc742c6ae9a
VfModuleModelInvariantUUID:3f71bd6e-37c2-407f-a376-7f0eac474777
VfModuleModelDescription:NULL
Artifacts UUID List:{
8e95fce2-c294-4fd4-acde-dff2672289b1
,
1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a
}
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-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8e95fce2-c294-4fd4-acde-dff2672289b1 from URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
2021-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:40:37.931Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml 8e95fce2-c294-4fd4-acde-dff2672289b1 5033
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
2021-10-08T06:40:39.121Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:40:39.122Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:39.124Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:39.124Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675239121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:40:39.224Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:39.225Z||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-10-08T06:40:39.225Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:39.236Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:39.237Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:40.125Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a from URL: /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
2021-10-08T06:40:40.126Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:40:40.126Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
2021-10-08T06:40:40.601Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:40:40.601Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env 1b5d2ee9-bb3e-48d1-93df-10f22e26bc6a 909
2021-10-08T06:40:40.602Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-08T06:40:40.602Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
2021-10-08T06:40:40.602Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:40:40.603Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:40.605Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:40.605Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675240602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:40:40.706Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:40.707Z||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-10-08T06:40:40.707Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:40.718Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:40.719Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:41.606Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 67ed7bad-082b-4ebe-8e86-f1140f398e32
2021-10-08T06:40:41.607Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pwJvyg 0 2a88442a-0752-408d-b4d1-963ca20be038 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-10-08T06:40:41.623Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f3c601f, org.onap.sdc.toscaparser.api.parameters.Input@3f206e33, org.onap.sdc.toscaparser.api.parameters.Input@3249b94d, org.onap.sdc.toscaparser.api.parameters.Input@3bf41c95, org.onap.sdc.toscaparser.api.parameters.Input@5724bf6c]
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0f73471f-c299-48e7-aaf6-f1b92813ad1d
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f73471f-c299-48e7-aaf6-f1b92813ad1d matches Tosca VF Customization UUID: 0f73471f-c299-48e7-aaf6-f1b92813ad1d
2021-10-08T06:40:41.625Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0f73471f-c299-48e7-aaf6-f1b92813ad1d 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-10-08T06:40:41.629Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.629Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0f73471f-c299-48e7-aaf6-f1b92813ad1d: {\"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-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fbeeb1f
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 448184c7-31ad-4f89-af7e-6e4ccfee5e7d
2021-10-08T06:40:41.630Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 448184c7-31ad-4f89-af7e-6e4ccfee5e7d
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-10-08T06:40:41.633Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:41.634Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is not matching search criteria
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-08T06:40:41.635Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9245811b-23f3-4dcf-9424-bfadbcab560b
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-10-08T06:40:41.638Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_pwJvyg 0 is matching search criteria
2021-10-08T06:40:41.639Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_pwJvyg 0] matching following query criteria: sdcType=VF, customizationUUID=0f73471f-c299-48e7-aaf6-f1b92813ad1d
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-10-08T06:40:41.641Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.641Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 67ed7bad-082b-4ebe-8e86-f1140f398e32: basic_onboard_pwJvyg
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.642Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_pwJvyg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:40:41.643Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_pwJvyg
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-10-08T06:40:41.734Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pwJvyg 2a88442a-0752-408d-b4d1-963ca20be038 1 ASDC deployResourceStructure
2021-10-08T06:40:41.735Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json ASDC sendASDCNotification
2021-10-08T06:40:41.735Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json
2021-10-08T06:40:41.735Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:40:41.735Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:41.737Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:41.737Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675241735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-08T06:40:41.837Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:41.838Z||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-10-08T06:40:41.838Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:41.851Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:41.852Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:42.737Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-08T06:40:42.738Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml
2021-10-08T06:40:42.738Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:40:42.738Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:42.740Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:42.740Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675242737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-08T06:40:42.840Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:42.841Z||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-10-08T06:40:42.841Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:42.852Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:42.852Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:43.740Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-08T06:40:43.741Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env
2021-10-08T06:40:43.741Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:40:43.741Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:43.744Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:43.744Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675243740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-08T06:40:43.844Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:43.845Z||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-10-08T06:40:43.845Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:43.856Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:43.857Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:44.744Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar ASDC sendASDCNotification
2021-10-08T06:40:44.745Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar
2021-10-08T06:40:44.745Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:40:44.746Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:40:44.748Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:40:44.748Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675244744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:40:44.848Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:40:44.849Z||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-10-08T06:40:44.849Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:40:44.860Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:40:44.861Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:40:45.749Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:40:45.759Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:40:45.763Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:40:45.763Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:40:45.763Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:41:15.763Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:41:15.776Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:41:15.779Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:41:15.780Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:41:15.780Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:41:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:41:21.417Z||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-10-08T06:41:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:41:21.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:41:21.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:41:21.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675221330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:41:21.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:41:45.780Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:41:45.792Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:41:45.795Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:41:45.795Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:41:45.795Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:42:15.795Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:42:15.807Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:42:15.812Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:42:15.813Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:42:15.813Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:42:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:42:21.418Z||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-10-08T06:42:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:42:21.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:42:21.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:42:21.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675221726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:42:21.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:42:45.813Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:42:45.823Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:42:45.826Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:42:45.826Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:42:45.826Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:43:15.826Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:43:15.839Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:43:15.841Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:43:15.841Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:43:15.841Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:43:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:43:21.418Z||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-10-08T06:43:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:43:21.948Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:43:21.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675221330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675221726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675221726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675221330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675227557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675221330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675221726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675227557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675221726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675221330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675227557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675221726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675221330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "dcae-sch",
"timestamp": 1633675230213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675227557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675221330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675221726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675221415,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "dcae-sch",
"timestamp": 1633675230213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675231333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675227557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "dcae-sch",
"timestamp": 1633675230213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675231333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675227557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675233327,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675233436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "dcae-sch",
"timestamp": 1633675230213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675231333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675227557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "cds",
"timestamp": 1633675234441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-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-10-08T06:43:21.971Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:21.971Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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-10-08T06:43:21.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675234024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675234013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "dcae-sch",
"timestamp": 1633675230213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675231333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675234024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675234013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "dcae-sch",
"timestamp": 1633675230213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675231333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675236509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.988Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675234024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675234013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "dcae-sch",
"timestamp": 1633675230213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675236921,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675231333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675234024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675234013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675231333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675238165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675234024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675234013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675239121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675234024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675234013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675239719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675239789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675240602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675234024,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675234013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "clamp",
"timestamp": 1633675240794,
"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-10-08T06:43:22.000Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.000Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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-10-08T06:43:22.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675241735,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675242112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675242671,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675242737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675243675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675243740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:22.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675243182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675244056,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "policy-id",
"timestamp": 1633675244678,
"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-10-08T06:43:22.016Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.016Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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-10-08T06:43:22.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675244744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675243182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675244849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675245073,
"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-10-08T06:43:22.032Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.032Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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-10-08T06:43:22.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675243182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:22.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "aai-ml",
"timestamp": 1633675245852,
"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-10-08T06:43:22.044Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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-10-08T06:43:22.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675246076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/basic_onboard_pwjvyg0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675243182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675243182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/resourceInstances/basic_onboard_pwjvyg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675243182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675243182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675251074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:43:22.053Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675253489,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwjvyg/1.0/artifacts/service-BasicOnboardPwjvyg-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-08T06:43:22.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675254494,
"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-10-08T06:43:22.059Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4679e703-b743-4600-8267-939b48f55894
2021-10-08T06:43:22.060Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4679e703-b743-4600-8267-939b48f55894 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-10-08T06:43:45.842Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:43:45.854Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4679e703-b743-4600-8267-939b48f55894
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-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:43:45.857Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:43:45.858Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-10-08T06:43:45.863Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:44:15.863Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4679e703-b743-4600-8267-939b48f55894 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-10-08T06:44:15.869Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4679e703-b743-4600-8267-939b48f55894 and serviceModelVersionId: 67ed7bad-082b-4ebe-8e86-f1140f398e32
2021-10-08T06:44:15.869Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d0da725-cc6c-443b-933d-aae6b07b6a0f
2021-10-08T06:44:15.870Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0
2021-10-08T06:44:15.876Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:44:15.916Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?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-10-08T06:44:15.917Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0|INFO|500||Invoke
2021-10-08T06:44:15.944Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-08T06:44:16.323Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0|INFO|500||InvokeReturn
2021-10-08T06:44:16.323Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6d0da725-cc6c-443b-933d-aae6b07b6a0f/model-vers/model-ver/67ed7bad-082b-4ebe-8e86-f1140f398e32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211008-06:44:15:953-16679], vertex-id=[159792], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:44:15 GMT], Content-Type=[application/json]}
2021-10-08T06:44:16.323Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:44:16.324Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:44:16.324Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-10-08T06:44:16.331Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||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-10-08T06:44:16.331Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4679e703-b743-4600-8267-939b48f55894 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:44:16.331Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:44:16.331Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:44:16.333Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:44:16.333Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675456331,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:44:16.434Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-08T06:44:16.434Z||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-10-08T06:44:16.435Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:16.450Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:44:16.451Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-10-08T06:44:17.349Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:17.349Z|4679e703-b743-4600-8267-939b48f55894|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-10-08T06:44:17.349Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:21.417Z||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-10-08T06:44:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:22.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:44:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:44:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4679e703-b743-4600-8267-939b48f55894",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675456331,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:44:22.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:44:27.550Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:44:27.551Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:27.551Z|4679e703-b743-4600-8267-939b48f55894|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-10-08T06:44:27.551Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:37.098Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:44:37.099Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:37.099Z|4679e703-b743-4600-8267-939b48f55894|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-10-08T06:44:37.100Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:46.644Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:44:46.645Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:44:46.646Z|4679e703-b743-4600-8267-939b48f55894|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-10-08T06:44:46.646Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:44:56.192Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:45:21.415Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:45:21.416Z|4679e703-b743-4600-8267-939b48f55894|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-10-08T06:45:21.417Z|4679e703-b743-4600-8267-939b48f55894|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:45:21.417Z||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-10-08T06:45:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:22.038Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:45:22.038Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.039Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"10233f3d-5262-4872-a5df-16c9335039c7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ad08eabd-50ff-4a78-9a65-aab2e2e3c435","serviceDescription":"service","serviceInvariantUUID":"89d57364-e12d-4892-89a7-f41eda288392","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"55804801-b498-4465-8213-02fc83697b7d","resourceInvariantUUID":"c7030dbd-0057-4270-bba7-463e0481be99","resourceCustomizationUUID":"289fbaca-c874-4494-ae6c-6285f22d4203","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":"YzYwYmEwMjMwZDE1ZTI0Mjk2MDZjNjBlZDRlNzI5OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dcf1fdb2-809b-49c0-947e-722e9ae9b4bc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWFiOGM5NWY5MjU5ODQ1ZWZiNjkyYzMyNjVkOTUzNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e921a1fc-4e28-4e2e-856c-37cf7560ab43","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:45:22.041Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:45:22.041Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:45:22.043Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:45:22.043Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675521415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:45:22.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "cds",
"timestamp": 1633675506726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "cds",
"timestamp": 1633675506726,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "dcae-sch",
"timestamp": 1633675510213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "dcae-sch",
"timestamp": 1633675510213,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675511333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "cds",
"timestamp": 1633675512104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1633675511333,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "cds",
"timestamp": 1633675513108,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-08T06:45:22.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:45:22.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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-10-08T06:45:22.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675513182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "policy-id",
"timestamp": 1633675514013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675514024,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675513182,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "ves-openapi-manager",
"timestamp": 1633675514024,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "policy-id",
"timestamp": 1633675514013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675516936,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "policy-id",
"timestamp": 1633675517435,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675518428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "policy-id",
"timestamp": 1633675518438,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:45:22.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:45:22.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1633675519432,
"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-10-08T06:45:22.089Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:45:22.089Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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-10-08T06:45:22.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:45:22.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "policy-id",
"timestamp": 1633675519441,
"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-10-08T06:45:22.114Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:45:22.114Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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-10-08T06:45:22.143Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:45:22.144Z||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-10-08T06:45:22.145Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:22.155Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:45:22.155Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:45:23.044Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:45:23.044Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:45:23.047Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:45:23.047Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675521415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:45:23.147Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:45:23.148Z||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-10-08T06:45:23.149Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:23.161Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:45:23.161Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:45:24.048Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "ad08eabd-50ff-4a78-9a65-aab2e2e3c435",
"serviceDescription": "service",
"serviceInvariantUUID": "89d57364-e12d-4892-89a7-f41eda288392",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "289fbaca-c874-4494-ae6c-6285f22d4203",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "55804801-b498-4465-8213-02fc83697b7d",
"resourceInvariantUUID": "c7030dbd-0057-4270-bba7-463e0481be99",
"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": "ZWFiOGM5NWY5MjU5ODQ1ZWZiNjkyYzMyNjVkOTUzNzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e921a1fc-4e28-4e2e-856c-37cf7560ab43"
}
],
"workloadContext": "Production"
}
2021-10-08T06:45:24.048Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:45:24.049Z|4679e703-b743-4600-8267-939b48f55894|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ad08eabd-50ff-4a78-9a65-aab2e2e3c435 ASDC
2021-10-08T06:45:24.049Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:10233f3d-5262-4872-a5df-16c9335039c7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ad08eabd-50ff-4a78-9a65-aab2e2e3c435
ServiceInvariantUUID:89d57364-e12d-4892-89a7-f41eda288392
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:e921a1fc-4e28-4e2e-856c-37cf7560ab43
ArtifactChecksum:ZWFiOGM5NWY5MjU5ODQ1ZWZiNjkyYzMyNjVkOTUzNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:289fbaca-c874-4494-ae6c-6285f22d4203
ResourceInvariantUUID:c7030dbd-0057-4270-bba7-463e0481be99
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:55804801-b498-4465-8213-02fc83697b7d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-10-08T06:45:24.049Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad08eabd-50ff-4a78-9a65-aab2e2e3c435 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-10-08T06:45:24.077Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e921a1fc-4e28-4e2e-856c-37cf7560ab43 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:45:24.078Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-08T06:45:24.960Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:45:24.962Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e921a1fc-4e28-4e2e-856c-37cf7560ab43 52179
2021-10-08T06:45:24.962Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-08T06:45:24.962Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-08T06:45:24.962Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:45:24.963Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:45:24.964Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:45:24.964Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675524962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:45:25.065Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:45:25.065Z||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-10-08T06:45:25.065Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:25.079Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:45:25.079Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:45:25.965Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:45:25.966Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:45:25.966Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e921a1fc-4e28-4e2e-856c-37cf7560ab43, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-08T06:45:25.967Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-08T06:45:25.967Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-08T06:45:25.968Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-08T06:45:26.053Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6949244075764726177/Definitions/service-BasicNetwork-template.yml
2021-10-08T06:45:26.393Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:45:26.393Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:45:26.393Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:45:26.394Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.395Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.396Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.396Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.396Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:ad08eabd-50ff-4a78-9a65-aab2e2e3c435
Model Version:NULL
Model InvariantUuid:89d57364-e12d-4892-89a7-f41eda288392
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c7030dbd-0057-4270-bba7-463e0481be99
Model UUID:72a9523f-cb9d-4f6c-921f-900d40982af8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:289fbaca-c874-4494-ae6c-6285f22d4203
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-10-08T06:45:26.404Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 55804801-b498-4465-8213-02fc83697b7d
2021-10-08T06:45:26.405Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||No resources found for Service: ad08eabd-50ff-4a78-9a65-aab2e2e3c435
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-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ad08eabd-50ff-4a78-9a65-aab2e2e3c435
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ad08eabd-50ff-4a78-9a65-aab2e2e3c435
2021-10-08T06:45:26.409Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-10-08T06:45:26.410Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.414Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bec7817, org.onap.sdc.toscaparser.api.parameters.Input@33359161, org.onap.sdc.toscaparser.api.parameters.Input@67a5a7f3, org.onap.sdc.toscaparser.api.parameters.Input@4cfa40a0, org.onap.sdc.toscaparser.api.parameters.Input@64fea5e8]
2021-10-08T06:45:26.415Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ad08eabd-50ff-4a78-9a65-aab2e2e3c435: Generic NeutronNet
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.416Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.417Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.417Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.447Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-08T06:45:26.448Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-08T06:45:26.448Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:45:26.519Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-10-08T06:45:26.520Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-08T06:45:26.520Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-08T06:45:26.520Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-08T06:45:26.520Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:45:26.522Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:45:26.522Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675526519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:45:26.622Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:45:26.623Z||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-10-08T06:45:26.623Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:45:26.635Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:45:26.635Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:45:27.523Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:45:27.536Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:45:27.538Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:45:27.539Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:45:27.539Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:45:57.539Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:45:57.554Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:45:57.556Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:45:57.556Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:45:57.556Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:46:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:46:21.418Z||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-10-08T06:46:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:46:21.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:46:21.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:46:21.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "clamp",
"timestamp": 1633675521330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:46:21.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:46:27.557Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:46:27.567Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:46:27.570Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:46:27.570Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:46:27.570Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:46:57.570Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:46:57.585Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:46:57.588Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:46:57.588Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-08T06:46:57.588Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-08T06:47:21.417Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:47:21.418Z||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-10-08T06:47:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:47:21.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:47:21.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675521415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:47:21.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:47:21.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "clamp",
"timestamp": 1633675521330,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675521415,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675524962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:47:21.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675526519,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "aai-ml",
"timestamp": 1633675527557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "aai-ml",
"timestamp": 1633675527557,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-10-08T06:47:21.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "aai-ml",
"timestamp": 1633675531141,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "clamp",
"timestamp": 1633675531513,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "clamp",
"timestamp": 1633675532843,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:47:21.952Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "clamp",
"timestamp": 1633675533846,
"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-10-08T06:47:21.960Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:47:21.960Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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-10-08T06:47:21.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "aai-ml",
"timestamp": 1633675535008,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-08T06:47:21.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "aai-ml",
"timestamp": 1633675536011,
"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-10-08T06:47:21.979Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 10233f3d-5262-4872-a5df-16c9335039c7
2021-10-08T06:47:21.980Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 10233f3d-5262-4872-a5df-16c9335039c7 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-10-08T06:47:27.589Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:47:27.600Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7
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-10-08T06:47:27.602Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:47:27.603Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:47:27.604Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-08T06:47:27.604Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:47:27.609Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-08T06:47:57.610Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 10233f3d-5262-4872-a5df-16c9335039c7 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-10-08T06:47:57.616Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 10233f3d-5262-4872-a5df-16c9335039c7 and serviceModelVersionId: ad08eabd-50ff-4a78-9a65-aab2e2e3c435
2021-10-08T06:47:57.617Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89d57364-e12d-4892-89a7-f41eda288392
2021-10-08T06:47:57.617Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0
2021-10-08T06:47:57.624Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-10-08T06:47:57.663Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|INFO|500||Invoke
2021-10-08T06:47:57.664Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[10233f3d-5262-4872-a5df-16c9335039c7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d8ead01-21a6-4720-a0c0-be7b1d04d3ed], X-ECOMP-RequestID=[10233f3d-5262-4872-a5df-16c9335039c7], X-TransactionId=[], X-ONAP-RequestID=[10233f3d-5262-4872-a5df-16c9335039c7], Content-Type=[application/merge-patch+json]}
2021-10-08T06:47:57.687Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-08T06:47:58.006Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?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/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211008-06:47:57:695-56425], vertex-id=[389328], Content-Length=[0], Date=[Fri, 08 Oct 2021 06:47:57 GMT], Content-Type=[application/json]}
2021-10-08T06:47:58.006Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-08T06:47:58.007Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89d57364-e12d-4892-89a7-f41eda288392/model-vers/model-ver/ad08eabd-50ff-4a78-9a65-aab2e2e3c435?depth=0|INFO|500||InvokeReturn
2021-10-08T06:47:58.007Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-08T06:47:58.007Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:47:58.013Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||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-10-08T06:47:58.014Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 10233f3d-5262-4872-a5df-16c9335039c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-08T06:47:58.014Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-08T06:47:58.014Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:47:58.017Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:47:58.017Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675678014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:47:58.117Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:47:58.118Z||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-10-08T06:47:58.118Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:47:58.135Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:47:58.135Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-10-08T06:47:59.032Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:47:59.032Z|10233f3d-5262-4872-a5df-16c9335039c7|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-10-08T06:47:59.032Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:48:09.225Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:48:09.226Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:48:09.226Z|10233f3d-5262-4872-a5df-16c9335039c7|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-10-08T06:48:09.226Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:48:18.767Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:48:21.415Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:48:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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-10-08T06:48:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:48:21.417Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:48:21.417Z||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-10-08T06:48:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:48:22.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:48:22.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-08T06:48:22.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "10233f3d-5262-4872-a5df-16c9335039c7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675678014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-08T06:48:22.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-08T06:48:30.953Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:49:21.415Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:49:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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-10-08T06:49:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:49:21.417Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:49:21.417Z||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-10-08T06:49:21.417Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:49:30.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:49:30.964Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:21.415Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:50:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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-10-08T06:50:21.416Z|10233f3d-5262-4872-a5df-16c9335039c7|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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:21.417Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-08T06:50:21.418Z||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-10-08T06:50:21.418Z||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 MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:27.783Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:27.783Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-08T06:50:27.783Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3def72ba-01c5-4318-85a0-7e15f0c3488c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"56ea57eb-520d-417d-aa7f-cf7ba165f679","serviceDescription":"service","serviceInvariantUUID":"22215bd7-68be-4be1-a134-8768487b8497","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c95827a-a804-4abd-a8cd-1185b5ce77e2","resourceInvariantUUID":"516d8b93-94a0-46db-8a71-49c632f59fe9","resourceCustomizationUUID":"5bc2c811-63e7-43c2-90ca-14a78b601ba7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NGU5ZDNhYjEwYjgzNzRiZDQyNTZlZDM0OTNiNzAyZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee789459-2cbe-4640-8533-8701e8ffa0b0","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MmUwOTRmNzM3N2Q2MzliM2UzZWUyODdkNzIwZmMyNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2529fe42-5367-47d7-888a-978423504b73","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64e8d660-0d49-426a-a367-3aa32e512702","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b02620d0-cb26-4910-b67f-59d9a6e3e8f5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7cd72e7f-4c51-4a05-8afd-44196b96231e","artifactVersion":"2","generatedFromUUID":"64e8d660-0d49-426a-a367-3aa32e512702"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2M2ZGVmMzYwMDY1ODk3NTAwOTQyZjUyMzlhMmY5MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"778484ed-499e-4f24-bc3b-323164357254","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGNlNTFkZDk5ZTcyNzNhY2U1NDcyZTlmYmEwMzZhYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90caf5fd-7080-4dc3-8c03-800b6ac75a39","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-08T06:50:27.787Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:27.788Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:27.790Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:27.791Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675821415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:50:27.891Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:27.891Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-08T06:50:27.892Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:27.904Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:27.905Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:28.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:28.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-08T06:50:28.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "clamp",
"timestamp": 1633675821330,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:50:28.019Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-10-08T06:50:28.792Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:28.793Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:28.794Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:28.795Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675821415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-10-08T06:50:28.895Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:28.896Z||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-10-08T06:50:28.896Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:28.909Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:28.910Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:29.795Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:29.796Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:29.798Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:29.798Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675821415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-10-08T06:50:29.898Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:29.899Z||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-10-08T06:50:29.899Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:29.909Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:29.909Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:50:30.798Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:30.799Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:30.801Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:30.801Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675821415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:50:30.901Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:30.902Z||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-10-08T06:50:30.902Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:30.911Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:30.912Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-08T06:50:31.801Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:31.802Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:31.805Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:31.805Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675821415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-10-08T06:50:31.905Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:31.906Z||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-10-08T06:50:31.906Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:31.915Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:31.916Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:32.805Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:32.806Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:32.809Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:32.809Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675821415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-08T06:50:32.909Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:32.910Z||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-10-08T06:50:32.910Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:32.920Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:32.920Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:33.809Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-08T06:50:33.810Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:33.812Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:33.813Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675821415,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-10-08T06:50:33.913Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:33.913Z||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-10-08T06:50:33.913Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:33.922Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:33.923Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:34.814Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "56ea57eb-520d-417d-aa7f-cf7ba165f679",
"serviceDescription": "service",
"serviceInvariantUUID": "22215bd7-68be-4be1-a134-8768487b8497",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "5bc2c811-63e7-43c2-90ca-14a78b601ba7",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4c95827a-a804-4abd-a8cd-1185b5ce77e2",
"resourceInvariantUUID": "516d8b93-94a0-46db-8a71-49c632f59fe9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "MmUwOTRmNzM3N2Q2MzliM2UzZWUyODdkNzIwZmMyNWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2529fe42-5367-47d7-888a-978423504b73",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "64e8d660-0d49-426a-a367-3aa32e512702",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7cd72e7f-4c51-4a05-8afd-44196b96231e",
"generatedFromUUID": "64e8d660-0d49-426a-a367-3aa32e512702"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7cd72e7f-4c51-4a05-8afd-44196b96231e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NGNlNTFkZDk5ZTcyNzNhY2U1NDcyZTlmYmEwMzZhYTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "90caf5fd-7080-4dc3-8c03-800b6ac75a39"
}
],
"workloadContext": "Production"
}
2021-10-08T06:50:34.815Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-08T06:50:34.815Z|10233f3d-5262-4872-a5df-16c9335039c7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56ea57eb-520d-417d-aa7f-cf7ba165f679 ASDC
2021-10-08T06:50:34.815Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3def72ba-01c5-4318-85a0-7e15f0c3488c
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:56ea57eb-520d-417d-aa7f-cf7ba165f679
ServiceInvariantUUID:22215bd7-68be-4be1-a134-8768487b8497
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:90caf5fd-7080-4dc3-8c03-800b6ac75a39
ArtifactChecksum:NGNlNTFkZDk5ZTcyNzNhY2U1NDcyZTlmYmEwMzZhYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5bc2c811-63e7-43c2-90ca-14a78b601ba7
ResourceInvariantUUID:516d8b93-94a0-46db-8a71-49c632f59fe9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4c95827a-a804-4abd-a8cd-1185b5ce77e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:2529fe42-5367-47d7-888a-978423504b73
ArtifactChecksum:MmUwOTRmNzM3N2Q2MzliM2UzZWUyODdkNzIwZmMyNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:64e8d660-0d49-426a-a367-3aa32e512702
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7cd72e7f-4c51-4a05-8afd-44196b96231e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:7cd72e7f-4c51-4a05-8afd-44196b96231e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-08T06:50:34.816Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56ea57eb-520d-417d-aa7f-cf7ba165f679 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-10-08T06:50:34.868Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:50:34.869Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:50:34.869Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:50:34.870Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 90caf5fd-7080-4dc3-8c03-800b6ac75a39 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-08T06:50:34.870Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-10-08T06:50:34.870Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-08T06:50:36.430Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-10-08T06:50:36.435Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 90caf5fd-7080-4dc3-8c03-800b6ac75a39 70856
2021-10-08T06:50:36.436Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-08T06:50:36.436Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-08T06:50:36.436Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-08T06:50:36.436Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-10-08T06:50:36.438Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-08T06:50:36.438Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "3def72ba-01c5-4318-85a0-7e15f0c3488c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1633675836436,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-08T06:50:36.538Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-08T06:50:36.539Z||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-10-08T06:50:36.539Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MmdqJVDoXoJZ0ZMJ) ...
2021-10-08T06:50:36.550Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-08T06:50:36.551Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-08T06:50:37.438Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-08T06:50:37.439Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-10-08T06:50:37.439Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 90caf5fd-7080-4dc3-8c03-800b6ac75a39, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:37.440Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-08T06:50:37.440Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:37.440Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:37.594Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10283995265558004192/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-08T06:50:38.521Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-08T06:50:38.521Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-10-08T06:50:38.522Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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-BasicVm-csar.csar
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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-BasicVm-csar.csar
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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-BasicVm-csar.csar
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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-BasicVm-csar.csar
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||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-BasicVm-csar.csar
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-10-08T06:50:38.523Z|3def72ba-01c5-4318-85a0-7e15f0c3488c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery