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-06-08T23:18:21.806Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-n4fcd with PID 14 (/app/app.jar started by so in /app)
2021-06-08T23:18:21.811Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-06-08T23:18:21.812Z||main|||||INFO|500||The following profiles are active: basic
2021-06-08T23:18:28.055Z||main|||||INFO|500||Starting service [Tomcat]
2021-06-08T23:18:28.056Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-06-08T23:18:28.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-06-08T23:18:29.386Z||main|||||INFO|500||catdb-pool - Starting...
2021-06-08T23:18:29.537Z||main|||||INFO|500||catdb-pool - Start completed.
2021-06-08T23:18:29.833Z||main|||||INFO|500||reqdb-pool - Starting...
2021-06-08T23:18:29.841Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-06-08T23:18:29.953Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-06-08T23:18:30.097Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-06-08T23:18:30.402Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-06-08T23:18:31.192Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-08T23:18:32.790Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-08T23:18:32.821Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-06-08T23:18:33.162Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-06-08T23:18:33.241Z||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-06-08T23:18:34.127Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-06-08T23:18:34.839Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-06-08T23:18:34.856Z||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$$1f1bd060.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-06-08T23:18:34.857Z||main|||||WARN|500||The sdc end point is not alive
2021-06-08T23:18:36.602Z||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-06-08T23:18:38.517Z||main|||||WARN|500||---
2021-06-08T23:18:38.517Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-06-08T23:18:38.517Z||main|||||WARN|500||---
2021-06-08T23:18:38.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-06-08T23:18:41.550Z||main|||||INFO|500||Started Application in 21.486 seconds (JVM running for 22.406)
2021-06-08T23:18:41.553Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:18:41.555Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:18:41.590Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:18:41.620Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:18:41.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49a4d48d-8a7b-48e6-aeb9-1f60439ffb29 url= /sdc/v1/artifactTypes
2021-06-08T23:18:41.687Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:18:42.774Z||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.1.54] 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 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)
... 29 common frames omitted
2021-06-08T23:18:42.779Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@421197b5
2021-06-08T23:18:42.779Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:18:42.787Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:18:42.789Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:18:42.790Z||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 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)
... 12 common frames omitted
2021-06-08T23:19:31.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:19:31.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:19:31.547Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:19:31.556Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:19:31.560Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c446170-c611-41dd-a938-e79c85b8bb18 url= /sdc/v1/artifactTypes
2021-06-08T23:19:31.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:19:32.594Z||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.1.54] 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 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)
... 29 common frames omitted
2021-06-08T23:19:32.595Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72db1ea7
2021-06-08T23:19:32.595Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:19:32.596Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:19:32.596Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:19:32.596Z||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 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)
... 12 common frames omitted
2021-06-08T23:20:21.547Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:20:21.554Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:20:21.554Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:20:21.563Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:20:21.570Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63599d4a-6f1a-4c77-add7-e2c6e5fd21fc url= /sdc/v1/artifactTypes
2021-06-08T23:20:21.570Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:20:22.613Z||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.1.54] 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 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)
... 29 common frames omitted
2021-06-08T23:20:22.614Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@407ecab0
2021-06-08T23:20:22.614Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:20:22.614Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:20:22.615Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:20:22.615Z||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 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)
... 12 common frames omitted
2021-06-08T23:21:11.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:21:11.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:21:11.546Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:21:11.548Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:21:11.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bbfd5432-c2b4-435e-a03b-90fea2e4fcae url= /sdc/v1/artifactTypes
2021-06-08T23:21:11.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:21:12.597Z||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.1.54] 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 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)
... 29 common frames omitted
2021-06-08T23:21:12.597Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26454398
2021-06-08T23:21:12.598Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:21:12.598Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:21:12.598Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:21:12.601Z||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 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)
... 12 common frames omitted
2021-06-08T23:22:01.547Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:22:01.548Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:22:01.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:22:01.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:22:01.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d7d57c7-b4ae-415b-972f-304e9a759b55 url= /sdc/v1/artifactTypes
2021-06-08T23:22:01.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:22:02.581Z||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.1.54] 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 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)
... 29 common frames omitted
2021-06-08T23:22:02.582Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2945ca15
2021-06-08T23:22:02.583Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:22:02.583Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:22:02.584Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:22:02.585Z||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 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)
... 12 common frames omitted
2021-06-08T23:22:51.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:22:51.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:22:51.547Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:22:51.552Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:22:51.557Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c6ad553-52b8-4932-8558-db3d3b01cf24 url= /sdc/v1/artifactTypes
2021-06-08T23:22:51.557Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:22:52.592Z||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.1.54] 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 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)
... 29 common frames omitted
2021-06-08T23:22:52.593Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bb8bb94
2021-06-08T23:22:52.594Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:22:52.594Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:22:52.595Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:22:52.596Z||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 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)
... 12 common frames omitted
2021-06-08T23:23:41.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:23:41.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:23:41.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:23:41.551Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:23:41.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04a91848-67c9-43fd-a3cc-c04ca321b17d url= /sdc/v1/artifactTypes
2021-06-08T23:23:41.560Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:23:42.576Z||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.1.54] 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 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)
... 29 common frames omitted
2021-06-08T23:23:42.577Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15e5934f
2021-06-08T23:23:42.577Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-06-08T23:23:42.577Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-06-08T23:23:42.578Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-06-08T23:23:42.578Z||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 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)
... 12 common frames omitted
2021-06-08T23:24:31.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:24:31.546Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:24:31.546Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:24:31.550Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:24:31.553Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f6bb068d-b1ae-4dd8-a2b9-f6434d57141e url= /sdc/v1/artifactTypes
2021-06-08T23:24:31.553Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:24:31.690Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-08T23:24:31.698Z||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-06-08T23:24:31.725Z||scheduling-1|||||DEBUG|500||create keys
2021-06-08T23:24:31.733Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-08T23:24:32.756Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-08T23:24:32.761Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)]
2021-06-08T23:24:32.761Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-08T23:24:32.761Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-08T23:25:21.547Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:25:21.548Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:25:21.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:25:21.552Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:25:21.558Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eb5204ef-6679-4c7e-9ef0-0ed74dd837e9 url= /sdc/v1/artifactTypes
2021-06-08T23:25:21.558Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:25:21.598Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-08T23:25:21.599Z||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-06-08T23:25:21.600Z||scheduling-1|||||DEBUG|500||create keys
2021-06-08T23:25:21.600Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-08T23:25:21.600Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-08T23:25:22.642Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-06-08T23:25:22.643Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)]
2021-06-08T23:25:22.643Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
2021-06-08T23:25:22.643Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.23.35] failed: Connection refused (Connection refused)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 12 common frames omitted
2021-06-08T23:26:11.546Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-06-08T23:26:11.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-06-08T23:26:11.548Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-06-08T23:26:11.553Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-06-08T23:26:11.559Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43b7e05b-03d2-4da0-9bb0-2503099f7810 url= /sdc/v1/artifactTypes
2021-06-08T23:26:11.559Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-06-08T23:26:11.608Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-06-08T23:26:11.609Z||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-06-08T23:26:11.609Z||scheduling-1|||||DEBUG|500||create keys
2021-06-08T23:26:11.610Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-06-08T23:26:11.610Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-06-08T23:26:11.646Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:26:11.664Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4c992db3-3590-4cfd-9e5d-8cbf700b2b1d url= /sdc/v1/registerForDistribution
2021-06-08T23:26:11.889Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4c992db3-3590-4cfd-9e5d-8cbf700b2b1d url= /sdc/v1/registerForDistribution
2021-06-08T23:26:11.890Z||scheduling-1|||||INFO|500||start DistributionClient
2021-06-08T23:26:11.904Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:26:11.904Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:26:11.907Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-06-08T23:26:11.911Z||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-06-08T23:26:11.911Z||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-06-08T23:26:11.911Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:26:11.911Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:26:22.133Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:26:22.149Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:27:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:27:11.901Z||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-06-08T23:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:27:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:27:11.903Z||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-06-08T23:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:27:21.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:27:21.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:28:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:28:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:28:11.902Z||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-06-08T23:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:28:11.903Z||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-06-08T23:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:28:21.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:28:21.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:29:05.283Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-06-08T23:29:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:29:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:29:11.902Z||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-06-08T23:29:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:29:11.903Z||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-06-08T23:29:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:29:21.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:29:21.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:30:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:30:11.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-08T23:30:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-08T23:30:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:30:11.903Z||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-06-08T23:30:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:30:21.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:30:21.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:31:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:31:11.901Z||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-06-08T23:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:31:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:31:11.904Z||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-06-08T23:31:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:31:21.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:31:21.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:32:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:32:11.902Z||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-06-08T23:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:32:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:32:11.903Z||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-06-08T23:32:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:32:21.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:32:21.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:33:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:33:11.902Z||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-06-08T23:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:33:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:33:11.904Z||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-06-08T23:33:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:33:21.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:33:21.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:34:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:34:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:34:11.902Z||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-06-08T23:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:34:11.902Z||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-06-08T23:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:34:21.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:34:21.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:35:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:35:11.902Z||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-06-08T23:35:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:35:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:35:11.903Z||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-06-08T23:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:35:21.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:35:21.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:36:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:36:11.901Z||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-06-08T23:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:36:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:36:11.902Z||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-06-08T23:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:36:21.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:36:21.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:37:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:37:11.902Z||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-06-08T23:37:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:37:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:37:11.903Z||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-06-08T23:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:37:21.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:37:21.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:38:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:38:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:38:11.903Z||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-06-08T23:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:38:11.903Z||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-06-08T23:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:38:21.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:38:21.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:39:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:39:11.901Z||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-06-08T23:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:39:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:39:11.903Z||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-06-08T23:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:39:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:39:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:40:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:40:11.901Z||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-06-08T23:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:40:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:40:11.903Z||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-06-08T23:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:40:21.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:40:21.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:41:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:41:11.901Z||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-06-08T23:41:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:41:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:41:11.903Z||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-06-08T23:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:41:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:41:21.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:42:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:42:11.901Z||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-06-08T23:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:42:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:42:11.903Z||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-06-08T23:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:42:21.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:42:21.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:43:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:43:11.901Z||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-06-08T23:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:43:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:43:11.903Z||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-06-08T23:43:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:43:21.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:43:21.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:44:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:44:11.901Z||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-06-08T23:44:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:44:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:44:11.903Z||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-06-08T23:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:44:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:44:21.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:45:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:45:11.901Z||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-06-08T23:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:45:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:45:11.903Z||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-06-08T23:45:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:45:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:45:21.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:46:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:46:11.901Z||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-06-08T23:46:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:46:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:46:11.903Z||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-06-08T23:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:46:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:46:21.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:47:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:47:11.902Z||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-06-08T23:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:47:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:47:11.903Z||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-06-08T23:47:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:47:21.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:47:21.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:48:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:48:11.901Z||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-06-08T23:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:48:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:48:11.903Z||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-06-08T23:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:48:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:48:21.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:49:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:49:11.902Z||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-06-08T23:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:49:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:49:11.903Z||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-06-08T23:49:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:49:21.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:49:21.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:50:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:50:11.901Z||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-06-08T23:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:50:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:50:11.903Z||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-06-08T23:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:50:21.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:50:21.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:51:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:51:11.901Z||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-06-08T23:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:51:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:51:11.903Z||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-06-08T23:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:51:21.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:51:21.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:52:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:52:11.901Z||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-06-08T23:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:52:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:52:11.903Z||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-06-08T23:52:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:52:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:52:21.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:53:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:53:11.902Z||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-06-08T23:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:53:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:53:11.903Z||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-06-08T23:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:53:21.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:53:21.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:54:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:54:11.901Z||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-06-08T23:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:54:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:54:11.903Z||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-06-08T23:54:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:54:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:54:21.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:55:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:55:11.902Z||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-06-08T23:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:55:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:55:11.903Z||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-06-08T23:55:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:55:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:55:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:56:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:56:11.901Z||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-06-08T23:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:56:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:56:11.902Z||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-06-08T23:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:56:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:56:21.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:57:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:57:11.901Z||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-06-08T23:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:57:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:57:11.903Z||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-06-08T23:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:57:21.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:57:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:58:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:58:11.901Z||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-06-08T23:58:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:58:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:58:11.903Z||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-06-08T23:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:58:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:58:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:59:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:59:11.902Z||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-06-08T23:59:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:59:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-08T23:59:11.903Z||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-06-08T23:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-08T23:59:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-08T23:59:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:00:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:00:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:00:11.902Z||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-06-09T00:00:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:00:11.903Z||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-06-09T00:00:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:00:21.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:00:21.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:01:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:01:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:01:11.903Z||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-06-09T00:01:11.903Z||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-06-09T00:01:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:01:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:01:21.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:01:21.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:02:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:02:11.901Z||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-06-09T00:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:02:11.903Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:02:11.904Z||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-06-09T00:02:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:02:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:02:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:03:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:03:11.901Z||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-06-09T00:03:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:03:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:03:11.903Z||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-06-09T00:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:03:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:03:21.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:04:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:04:11.901Z||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-06-09T00:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:04:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:04:11.903Z||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-06-09T00:04:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:04:21.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:04:21.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:05:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:05:11.901Z||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-06-09T00:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:05:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:05:11.902Z||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-06-09T00:05:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:05:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:05:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:06:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:06:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:06:11.902Z||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-06-09T00:06:11.903Z||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-06-09T00:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:06:21.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:06:21.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:07:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:07:11.901Z||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-06-09T00:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:07:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:07:11.902Z||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-06-09T00:07:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:07:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:07:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:08:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:08:11.901Z||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-06-09T00:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:08:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:08:11.903Z||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-06-09T00:08:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:08:21.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:08:21.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:09:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:09:11.901Z||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-06-09T00:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:09:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:09:11.902Z||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-06-09T00:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:09:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:09:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:10:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:10:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:10:11.904Z||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-06-09T00:10:11.904Z||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-06-09T00:10:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:10:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:10:21.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:10:21.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:11:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:11:11.902Z||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-06-09T00:11:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:11:11.903Z||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-06-09T00:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:11:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:11:21.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:12:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:12:11.901Z||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-06-09T00:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:12:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:12:11.903Z||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-06-09T00:12:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:12:21.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:12:21.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:13:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:13:11.902Z||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-06-09T00:13:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:13:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:13:11.903Z||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-06-09T00:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:13:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:13:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:14:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:14:11.901Z||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-06-09T00:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:14:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:14:11.903Z||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-06-09T00:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:14:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:14:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:15:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:15:11.901Z||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-06-09T00:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:15:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:15:11.902Z||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-06-09T00:15:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:15:21.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:15:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:16:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:16:11.901Z||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-06-09T00:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:16:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:16:11.902Z||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-06-09T00:16:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:16:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:16:21.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:17:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:17:11.901Z||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-06-09T00:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:17:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:17:11.903Z||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-06-09T00:17:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:17:21.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:17:21.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:18:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:18:11.901Z||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-06-09T00:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:18:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:18:11.903Z||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-06-09T00:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:18:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:18:21.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:19:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:19:11.902Z||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-06-09T00:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:19:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:19:11.903Z||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-06-09T00:19:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:19:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:19:21.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:20:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:20:11.902Z||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-06-09T00:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:20:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:20:11.903Z||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-06-09T00:20:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:20:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:20:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:21:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:21:11.901Z||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-06-09T00:21:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:21:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:21:11.903Z||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-06-09T00:21:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:21:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:21:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:22:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:22:11.901Z||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-06-09T00:22:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:22:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:22:11.903Z||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-06-09T00:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:22:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:22:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:23:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:23:11.901Z||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-06-09T00:23:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:23:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:23:11.903Z||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-06-09T00:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:23:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:23:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:24:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:24:11.901Z||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-06-09T00:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:24:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:24:11.903Z||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-06-09T00:24:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:24:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:24:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:25:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:25:11.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:25:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:25:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:25:11.903Z||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-06-09T00:25:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:25:21.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:25:21.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:26:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:26:11.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:26:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:26:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:26:11.903Z||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-06-09T00:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:26:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:26:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:27:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:27:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:27:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:27:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:27:11.903Z||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-06-09T00:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:27:21.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:27:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:28:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:28:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:28:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:28:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:28:11.903Z||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-06-09T00:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:28:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:28:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:29:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:29:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:29:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:29:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:29:11.903Z||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-06-09T00:29:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:29:21.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:29:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:30:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:30:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:30:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:30:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:30:11.903Z||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-06-09T00:30:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:30:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:30:21.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:31:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:31:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:31:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:31:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:31:11.903Z||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-06-09T00:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:31:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:31:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:32:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:32:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:32:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:32:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:32:11.903Z||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-06-09T00:32:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:32:21.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:32:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:33:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:33:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:33:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:33:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:33:11.903Z||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-06-09T00:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:33:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:33:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:34:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:34:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:34:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:34:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:34:11.902Z||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-06-09T00:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:34:21.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:34:21.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:35:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:35:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:35:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:35:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:35:11.903Z||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-06-09T00:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:35:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:35:21.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:36:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:36:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:36:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:36:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:36:11.902Z||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-06-09T00:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:36:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:36:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:37:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:37:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:37:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:37:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:37:11.903Z||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-06-09T00:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:37:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:37:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:38:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:38:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:38:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:38:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:38:11.903Z||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-06-09T00:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:38:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:38:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:39:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:39:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:39:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:39:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:39:11.903Z||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-06-09T00:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:39:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:39:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:40:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:40:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:40:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:40:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:40:11.903Z||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-06-09T00:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:40:21.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:40:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:41:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:41:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:41:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:41:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:41:11.903Z||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-06-09T00:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:41:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:41:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:42:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:42:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:42:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:42:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:42:11.903Z||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-06-09T00:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:42:21.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:42:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:43:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:43:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:43:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:43:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:43:11.903Z||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-06-09T00:43:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:43:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:43:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:44:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:44:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T00:44:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T00:44:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:44:11.902Z||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-06-09T00:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:44:21.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:44:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:45:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:45:11.901Z||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-06-09T00:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:45:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:45:11.905Z||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-06-09T00:45:11.905Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:45:21.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:45:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:46:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:46:11.901Z||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-06-09T00:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:46:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:46:11.903Z||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-06-09T00:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:46:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:46:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:47:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:47:11.901Z||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-06-09T00:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:47:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:47:11.903Z||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-06-09T00:47:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:47:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:47:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:48:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:48:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:48:11.903Z||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-06-09T00:48:11.903Z||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-06-09T00:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:48:21.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:48:21.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:49:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:49:11.901Z||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-06-09T00:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:49:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:49:11.902Z||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-06-09T00:49:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:49:21.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:49:21.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:50:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:50:11.901Z||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-06-09T00:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:50:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:50:11.902Z||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-06-09T00:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:50:21.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:50:21.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:51:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:51:11.901Z||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-06-09T00:51:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:51:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:51:11.903Z||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-06-09T00:51:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:51:21.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:51:21.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:52:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:52:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:52:11.902Z||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-06-09T00:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:52:11.903Z||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-06-09T00:52:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:52:21.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:52:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:53:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:53:11.902Z||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-06-09T00:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:53:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:53:11.903Z||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-06-09T00:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:53:21.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:53:21.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:54:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:54:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:54:11.902Z||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-06-09T00:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:54:11.903Z||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-06-09T00:54:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:54:21.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:54:21.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:55:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:55:11.901Z||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-06-09T00:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:55:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:55:11.903Z||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-06-09T00:55:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:55:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:55:21.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:56:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:56:11.901Z||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-06-09T00:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:56:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:56:11.903Z||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-06-09T00:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:56:21.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:56:21.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:57:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:57:11.902Z||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-06-09T00:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:57:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:57:11.903Z||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-06-09T00:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:57:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:57:21.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:58:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:58:11.901Z||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-06-09T00:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:58:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:58:11.903Z||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-06-09T00:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:58:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:58:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:59:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:59:11.901Z||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-06-09T00:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:59:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T00:59:11.903Z||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-06-09T00:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T00:59:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T00:59:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:00:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:00:11.901Z||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-06-09T01:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:00:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:00:11.902Z||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-06-09T01:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:00:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:00:21.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:01:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:01:11.902Z||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-06-09T01:01:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:01:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:01:11.903Z||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-06-09T01:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:01:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:01:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:02:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:02:11.901Z||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-06-09T01:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:02:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:02:11.903Z||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-06-09T01:02:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:02:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:02:21.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:03:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:03:11.901Z||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-06-09T01:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:03:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:03:11.903Z||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-06-09T01:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:03:21.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:03:21.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:04:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:04:11.901Z||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-06-09T01:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:04:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:04:11.902Z||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-06-09T01:04:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:04:21.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:04:21.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:05:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:05:11.901Z||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-06-09T01:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:05:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:05:11.903Z||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-06-09T01:05:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:05:21.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:05:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:06:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:06:11.901Z||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-06-09T01:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:06:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:06:11.903Z||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-06-09T01:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:06:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:06:21.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:07:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:07:11.901Z||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-06-09T01:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:07:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:07:11.903Z||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-06-09T01:07:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:07:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:07:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:08:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:08:11.901Z||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-06-09T01:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:08:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:08:11.903Z||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-06-09T01:08:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:08:21.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:08:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:09:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:09:11.901Z||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-06-09T01:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:09:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:09:11.902Z||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-06-09T01:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:09:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:09:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:10:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:10:11.901Z||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-06-09T01:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:10:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:10:11.902Z||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-06-09T01:10:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:10:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:10:21.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:11:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:11:11.901Z||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-06-09T01:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:11:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:11:11.903Z||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-06-09T01:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:11:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:11:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:12:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:12:11.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:12:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:12:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:12:11.903Z||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-06-09T01:12:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:12:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:12:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:13:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:13:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:13:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:13:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:13:11.903Z||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-06-09T01:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:13:21.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:13:21.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:14:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:14:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:14:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:14:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:14:11.902Z||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-06-09T01:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:14:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:14:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:15:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:15:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:15:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:15:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:15:11.903Z||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-06-09T01:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:15:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:15:21.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:16:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:16:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:16:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:16:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:16:11.902Z||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-06-09T01:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:16:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:16:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:17:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:17:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:17:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:17:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:17:11.903Z||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-06-09T01:17:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:17:21.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:17:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:18:11.901Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:18:11.902Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:18:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:18:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:18:11.903Z||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-06-09T01:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:18:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:18:21.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:19:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:19:11.901Z||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-06-09T01:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:19:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:19:11.904Z||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-06-09T01:19:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:19:21.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:19:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:20:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:20:11.901Z||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-06-09T01:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:20:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:20:11.903Z||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-06-09T01:20:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:20:21.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:20:21.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:21:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:21:11.901Z||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-06-09T01:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:21:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:21:11.902Z||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-06-09T01:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:21:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:21:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:22:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:22:11.902Z||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-06-09T01:22:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:22:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:22:11.903Z||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-06-09T01:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:22:21.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:22:21.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:23:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:23:11.901Z||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-06-09T01:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:23:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:23:11.903Z||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-06-09T01:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:23:21.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:23:21.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:24:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:24:11.901Z||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-06-09T01:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:24:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:24:11.902Z||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-06-09T01:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:24:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:24:21.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:25:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:25:11.901Z||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-06-09T01:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:25:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:25:11.902Z||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-06-09T01:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:25:21.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:25:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:26:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:26:11.902Z||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-06-09T01:26:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:26:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:26:11.903Z||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-06-09T01:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:26:21.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:26:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:27:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:27:11.901Z||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-06-09T01:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:27:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:27:11.903Z||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-06-09T01:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:27:21.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:27:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:28:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:28:11.901Z||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-06-09T01:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:28:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:28:11.903Z||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-06-09T01:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:28:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:28:21.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:29:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:29:11.902Z||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-06-09T01:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:29:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:29:11.902Z||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-06-09T01:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:29:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:29:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:30:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:30:11.901Z||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-06-09T01:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:30:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:30:11.903Z||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-06-09T01:30:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:30:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:30:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:31:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:31:11.901Z||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-06-09T01:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:31:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:31:11.902Z||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-06-09T01:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:31:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:31:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:32:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:32:11.901Z||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-06-09T01:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:32:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:32:11.903Z||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-06-09T01:32:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:32:21.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:32:21.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:33:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:33:11.901Z||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-06-09T01:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:33:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:33:11.903Z||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-06-09T01:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:33:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:33:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:34:11.901Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:34:11.902Z||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-06-09T01:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:34:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:34:11.903Z||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-06-09T01:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:34:21.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:34:21.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:35:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:35:11.901Z||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-06-09T01:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:35:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:35:11.902Z||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-06-09T01:35:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:35:21.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:35:21.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:36:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:36:11.901Z||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-06-09T01:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:36:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:36:11.902Z||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-06-09T01:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:36:21.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:36:21.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:37:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:37:11.901Z||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-06-09T01:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:37:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:37:11.902Z||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-06-09T01:37:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:37:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:37:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:38:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:38:11.901Z||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-06-09T01:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:38:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:38:11.903Z||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-06-09T01:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:38:21.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:38:21.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:39:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:39:11.901Z||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-06-09T01:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:39:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:39:11.902Z||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-06-09T01:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:39:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:39:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:40:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:40:11.901Z||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-06-09T01:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:40:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:40:11.903Z||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-06-09T01:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:40:21.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:40:21.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:41:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:41:11.901Z||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-06-09T01:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:41:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:41:11.902Z||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-06-09T01:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:41:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:41:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:42:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:42:11.901Z||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-06-09T01:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:42:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:42:11.902Z||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-06-09T01:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:42:21.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:42:21.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:43:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:43:11.901Z||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-06-09T01:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:43:11.902Z||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-06-09T01:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:43:21.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:43:21.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:44:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:44:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:44:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:44:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:44:11.903Z||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-06-09T01:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:44:21.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:44:21.450Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:45:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:45:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:45:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:45:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:45:11.902Z||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-06-09T01:45:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:45:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:45:21.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:46:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:46:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:46:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:46:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:46:11.902Z||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-06-09T01:46:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:46:21.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:46:21.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:47:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:47:11.901Z||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-06-09T01:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:47:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:47:11.903Z||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-06-09T01:47:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:47:21.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:47:21.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:48:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:48:11.901Z||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-06-09T01:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:48:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:48:11.902Z||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-06-09T01:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:48:21.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:48:21.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:49:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:49:11.901Z||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-06-09T01:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:49:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:49:11.903Z||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-06-09T01:49:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:49:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:49:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:50:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:50:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:50:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:50:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:50:11.904Z||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-06-09T01:50:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:50:21.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:50:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:51:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:51:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:51:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:51:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:51:11.903Z||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-06-09T01:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:51:21.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:51:21.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:52:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:52:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:52:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:52:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:52:11.902Z||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-06-09T01:52:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:52:21.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:52:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:53:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:53:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:53:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:53:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:53:11.902Z||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-06-09T01:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:53:21.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:53:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:54:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:54:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:54:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:54:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:54:11.902Z||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-06-09T01:54:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:54:21.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:54:21.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:55:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:55:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:55:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:55:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:55:11.902Z||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-06-09T01:55:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:55:21.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:55:21.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:56:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:56:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:56:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:56:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:56:11.902Z||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-06-09T01:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:56:21.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:56:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:57:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:57:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:57:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:57:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:57:11.902Z||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-06-09T01:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:57:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:57:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:58:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:58:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:58:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:58:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:58:11.902Z||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-06-09T01:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:58:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:58:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:59:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:59:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T01:59:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T01:59:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T01:59:11.902Z||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-06-09T01:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T01:59:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T01:59:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:00:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:00:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:00:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:00:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:00:11.902Z||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-06-09T02:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:00:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:00:21.440Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:01:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:01:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:01:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:01:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:01:11.903Z||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-06-09T02:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:01:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:01:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:02:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:02:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:02:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:02:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:02:11.902Z||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-06-09T02:02:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:02:21.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:02:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:03:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:03:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:03:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:03:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:03:11.903Z||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-06-09T02:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:03:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:03:21.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:04:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:04:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:04:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:04:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:04:11.903Z||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-06-09T02:04:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:04:21.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:04:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:05:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:05:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:05:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:05:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:05:11.902Z||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-06-09T02:05:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:05:21.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:05:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:06:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:06:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:06:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:06:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:06:11.903Z||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-06-09T02:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:06:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:06:21.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:07:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:07:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:07:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:07:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:07:11.903Z||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-06-09T02:07:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:07:21.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:07:21.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:08:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:08:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:08:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:08:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:08:11.903Z||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-06-09T02:08:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:08:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:08:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:09:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:09:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:09:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:09:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:09:11.902Z||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-06-09T02:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:09:21.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:09:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:10:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:10:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:10:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:10:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:10:11.902Z||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-06-09T02:10:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:10:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:10:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:11:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:11:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:11:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:11:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:11:11.902Z||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-06-09T02:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:11:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:11:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:12:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:12:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:12:11.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:12:11.902Z||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-06-09T02:12:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:12:11.903Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:12:21.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:12:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:13:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:13:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:13:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:13:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:13:11.902Z||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-06-09T02:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:13:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:13:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:14:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:14:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:14:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:14:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:14:11.902Z||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-06-09T02:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:14:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:14:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:15:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:15:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:15:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:15:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:15:11.903Z||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-06-09T02:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:15:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:15:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:16:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:16:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:16:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:16:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:16:11.902Z||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-06-09T02:16:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:16:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:16:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:17:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:17:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:17:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:17:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:17:11.903Z||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-06-09T02:17:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:17:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:17:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:18:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:18:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:18:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:18:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:18:11.902Z||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-06-09T02:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:18:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:18:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:19:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:19:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:19:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:19:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:19:11.902Z||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-06-09T02:19:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:19:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:19:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:20:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:20:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:20:11.902Z||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-06-09T02:20:11.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:20:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:20:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:20:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:21:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:21:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:21:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:21:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:21:11.902Z||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-06-09T02:21:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:21:21.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:21:21.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:22:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:22:11.901Z||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-06-09T02:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:22:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:22:11.903Z||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-06-09T02:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:22:21.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:22:21.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:23:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:23:11.901Z||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-06-09T02:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:23:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:23:11.902Z||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-06-09T02:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:23:21.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:23:21.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:24:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:24:11.901Z||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-06-09T02:24:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:24:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:24:11.902Z||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-06-09T02:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:24:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:24:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:25:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:25:11.901Z||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-06-09T02:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:25:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:25:11.902Z||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-06-09T02:25:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:25:21.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:25:21.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:26:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:26:11.901Z||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-06-09T02:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:26:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:26:11.903Z||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-06-09T02:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:26:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:26:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:27:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:27:11.901Z||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-06-09T02:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:27:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:27:11.902Z||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-06-09T02:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:27:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:27:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:28:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:28:11.901Z||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-06-09T02:28:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:28:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:28:11.902Z||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-06-09T02:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:28:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:28:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:29:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:29:11.901Z||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-06-09T02:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:29:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:29:11.902Z||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-06-09T02:29:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:29:21.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:29:21.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:30:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:30:11.901Z||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-06-09T02:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:30:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:30:11.902Z||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-06-09T02:30:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:30:21.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:30:21.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:31:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:31:11.901Z||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-06-09T02:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:31:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:31:11.902Z||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-06-09T02:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:31:21.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:31:21.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:32:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:32:11.901Z||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-06-09T02:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:32:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:32:11.902Z||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-06-09T02:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:32:21.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:32:21.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:33:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:33:11.901Z||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-06-09T02:33:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:33:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:33:11.903Z||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-06-09T02:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:33:21.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:33:21.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:34:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:34:11.901Z||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-06-09T02:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:34:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:34:11.903Z||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-06-09T02:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:34:21.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:34:21.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:35:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:35:11.901Z||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-06-09T02:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:35:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:35:11.903Z||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-06-09T02:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:35:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:35:21.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:36:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:36:11.901Z||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-06-09T02:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:36:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:36:11.902Z||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-06-09T02:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:36:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:36:21.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:37:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:37:11.901Z||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-06-09T02:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:37:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:37:11.902Z||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-06-09T02:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:37:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:37:21.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:38:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:38:11.901Z||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-06-09T02:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:38:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:38:11.903Z||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-06-09T02:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:38:21.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:38:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:39:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:39:11.901Z||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-06-09T02:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:39:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:39:11.903Z||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-06-09T02:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:39:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:39:21.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:40:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:40:11.901Z||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-06-09T02:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:40:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:40:11.902Z||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-06-09T02:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:40:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:40:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:41:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:41:11.901Z||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-06-09T02:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:41:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:41:11.903Z||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-06-09T02:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:41:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:41:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:42:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:42:11.901Z||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-06-09T02:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:42:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:42:11.902Z||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-06-09T02:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:42:21.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:42:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:43:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:43:11.901Z||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-06-09T02:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:43:11.902Z||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-06-09T02:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:43:21.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:43:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:44:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:44:11.901Z||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-06-09T02:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:44:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:44:11.902Z||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-06-09T02:44:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:44:21.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:44:21.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:45:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:45:11.901Z||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-06-09T02:45:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:45:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:45:11.902Z||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-06-09T02:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:45:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:45:21.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:46:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:46:11.901Z||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-06-09T02:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:46:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:46:11.902Z||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-06-09T02:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:46:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:46:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:47:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:47:11.901Z||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-06-09T02:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:47:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:47:11.902Z||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-06-09T02:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:47:21.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:47:21.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:48:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:48:11.901Z||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-06-09T02:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:48:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:48:11.902Z||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-06-09T02:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:48:21.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:48:21.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:49:11.901Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:49:11.901Z||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-06-09T02:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:49:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:49:11.902Z||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-06-09T02:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:49:21.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:49:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:50:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:50:11.901Z||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-06-09T02:50:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:50:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:50:11.903Z||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-06-09T02:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:50:21.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:50:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:51:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:51:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:51:11.902Z||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-06-09T02:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:51:11.902Z||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-06-09T02:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:51:21.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:51:21.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:52:11.900Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:52:11.901Z||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-06-09T02:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:52:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:52:11.902Z||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-06-09T02:52:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:52:21.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:52:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:53:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:53:11.901Z||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-06-09T02:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:53:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:53:11.903Z||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-06-09T02:53:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:53:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:53:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:54:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:54:11.901Z||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-06-09T02:54:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:54:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:54:11.902Z||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-06-09T02:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:54:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:54:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:55:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:55:11.901Z||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-06-09T02:55:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:55:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:55:11.903Z||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-06-09T02:55:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:55:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:55:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:56:11.901Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:56:11.902Z||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-06-09T02:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:56:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:56:11.902Z||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-06-09T02:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:56:21.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:56:21.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:57:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:57:11.901Z||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-06-09T02:57:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:57:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:57:11.902Z||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-06-09T02:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:57:21.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:57:21.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:58:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:58:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:58:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:58:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:58:11.903Z||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-06-09T02:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:58:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:58:21.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:59:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:59:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T02:59:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T02:59:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T02:59:11.903Z||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-06-09T02:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T02:59:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T02:59:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:00:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:00:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:00:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:00:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:00:11.902Z||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-06-09T03:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:00:21.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:00:21.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:01:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:01:11.901Z||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-06-09T03:01:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:01:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:01:11.903Z||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-06-09T03:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:01:21.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:01:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:02:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:02:11.901Z||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-06-09T03:02:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:02:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:02:11.902Z||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-06-09T03:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:02:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:02:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:03:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:03:11.901Z||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-06-09T03:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:03:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:03:11.902Z||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-06-09T03:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:03:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:03:21.440Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:04:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:04:11.901Z||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-06-09T03:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:04:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:04:11.902Z||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-06-09T03:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:04:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:04:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:05:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:05:11.901Z||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-06-09T03:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:05:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:05:11.903Z||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-06-09T03:05:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:05:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:05:21.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:06:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:06:11.901Z||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-06-09T03:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:06:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:06:11.903Z||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-06-09T03:06:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:06:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:06:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:07:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:07:11.901Z||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-06-09T03:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:07:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:07:11.902Z||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-06-09T03:07:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:07:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:07:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:08:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:08:11.901Z||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-06-09T03:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:08:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:08:11.902Z||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-06-09T03:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:08:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:08:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:09:11.900Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:09:11.901Z||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-06-09T03:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:09:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:09:11.903Z||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-06-09T03:09:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:09:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:09:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:10:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:10:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:10:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:10:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:10:11.903Z||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-06-09T03:10:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:10:21.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:10:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:11:11.901Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:11:11.902Z||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-06-09T03:11:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:11:11.902Z||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-06-09T03:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:11:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:11:21.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:12:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:12:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:12:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:12:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:12:11.904Z||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-06-09T03:12:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:12:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:12:21.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:13:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:13:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:13:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:13:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:13:11.903Z||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-06-09T03:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:13:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:13:21.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:14:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:14:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:14:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:14:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:14:11.902Z||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-06-09T03:14:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:14:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:14:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:15:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:15:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:15:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:15:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:15:11.902Z||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-06-09T03:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:15:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:15:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:16:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:16:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:16:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:16:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:16:11.903Z||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-06-09T03:16:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:16:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:16:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:17:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:17:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:17:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:17:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:17:11.902Z||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-06-09T03:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:17:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:17:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:18:11.901Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:18:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:18:11.902Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:18:11.902Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:18:11.903Z||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-06-09T03:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:18:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:18:21.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:19:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:19:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:19:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:19:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:19:11.902Z||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-06-09T03:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:19:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:19:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:20:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:20:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:20:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:20:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:20:11.903Z||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-06-09T03:20:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:20:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:20:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:21:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:21:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:21:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:21:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:21:11.902Z||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-06-09T03:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:21:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:21:21.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:22:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:22:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:22:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:22:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:22:11.902Z||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-06-09T03:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:22:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:22:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:23:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:23:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:23:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:23:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:23:11.902Z||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-06-09T03:23:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:23:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:23:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:24:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:24:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:24:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:24:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:24:11.903Z||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-06-09T03:24:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:24:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:24:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:25:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:25:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:25:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:25:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:25:11.902Z||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-06-09T03:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:25:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:25:21.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:26:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:26:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:26:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:26:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:26:11.902Z||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-06-09T03:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:26:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:26:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:27:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:27:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:27:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:27:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:27:11.902Z||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-06-09T03:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:27:21.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:27:21.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:28:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:28:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:28:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:28:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:28:11.902Z||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-06-09T03:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:28:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:28:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:29:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:29:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:29:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:29:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:29:11.902Z||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-06-09T03:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:29:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:29:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:30:11.901Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:30:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:30:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:30:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:30:11.902Z||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-06-09T03:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:30:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:30:21.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:31:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:31:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:31:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:31:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:31:11.902Z||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-06-09T03:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:31:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:31:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:32:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:32:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:32:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:32:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:32:11.902Z||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-06-09T03:32:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:32:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:32:21.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:33:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:33:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:33:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:33:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:33:11.902Z||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-06-09T03:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:33:21.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:33:21.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:34:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:34:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:34:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:34:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:34:11.903Z||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-06-09T03:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:34:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:34:21.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:35:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:35:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:35:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:35:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:35:11.903Z||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-06-09T03:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:35:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:35:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:36:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:36:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:36:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:36:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:36:11.902Z||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-06-09T03:36:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:36:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:36:21.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:37:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:37:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:37:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:37:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:37:11.903Z||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-06-09T03:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:37:21.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:37:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:38:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:38:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:38:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:38:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:38:11.902Z||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-06-09T03:38:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:38:21.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:38:21.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:39:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:39:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:39:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:39:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:39:11.902Z||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-06-09T03:39:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:39:21.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:39:21.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:40:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:40:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:40:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:40:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:40:11.902Z||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-06-09T03:40:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:40:21.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:40:21.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:41:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:41:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:41:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:41:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:41:11.902Z||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-06-09T03:41:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:41:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:41:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:42:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:42:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:42:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:42:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:42:11.902Z||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-06-09T03:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:42:21.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:42:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:43:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:43:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:43:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:43:11.902Z||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-06-09T03:43:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:43:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:43:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:44:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:44:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:44:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:44:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:44:11.902Z||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-06-09T03:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:44:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:44:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:45:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:45:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:45:11.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:45:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:45:11.902Z||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-06-09T03:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:45:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:45:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:46:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:46:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:46:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:46:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:46:11.902Z||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-06-09T03:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:46:21.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:46:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:47:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:47:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:47:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:47:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:47:11.902Z||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-06-09T03:47:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:47:21.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:47:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:48:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:48:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:48:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:48:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:48:11.902Z||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-06-09T03:48:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:48:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:48:21.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:49:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:49:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:49:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:49:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:49:11.902Z||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-06-09T03:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:49:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:49:21.461Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:50:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:50:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:50:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:50:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:50:11.903Z||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-06-09T03:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:50:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:50:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:51:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:51:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:51:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:51:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:51:11.902Z||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-06-09T03:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:51:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:51:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:52:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:52:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:52:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:52:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:52:11.902Z||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-06-09T03:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:52:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:52:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:53:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:53:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:53:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:53:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:53:11.902Z||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-06-09T03:53:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:53:21.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:53:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:54:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:54:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:54:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:54:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:54:11.902Z||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-06-09T03:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:54:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:54:21.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:55:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:55:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:55:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:55:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:55:11.902Z||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-06-09T03:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:55:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:55:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:56:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:56:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:56:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:56:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:56:11.902Z||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-06-09T03:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:56:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:56:21.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:57:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:57:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:57:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:57:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:57:11.903Z||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-06-09T03:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:57:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:57:21.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:58:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:58:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:58:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:58:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:58:11.903Z||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-06-09T03:58:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:58:21.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:58:21.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:59:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:59:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T03:59:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T03:59:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T03:59:11.902Z||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-06-09T03:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T03:59:21.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T03:59:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:00:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:00:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:00:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:00:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:00:11.902Z||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-06-09T04:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:00:21.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:00:21.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:01:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:01:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:01:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:01:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:01:11.902Z||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-06-09T04:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:01:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:01:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:02:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:02:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:02:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:02:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:02:11.902Z||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-06-09T04:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:02:21.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:02:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:03:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:03:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:03:11.902Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:03:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:03:11.902Z||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-06-09T04:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:03:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:03:21.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:04:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:04:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:04:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:04:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:04:11.902Z||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-06-09T04:04:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:04:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:04:21.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:05:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:05:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:05:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:05:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:05:11.902Z||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-06-09T04:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:05:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:05:21.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:06:11.900Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:06:11.901Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:06:11.901Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:06:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:06:11.902Z||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-06-09T04:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:06:21.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:06:21.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:07:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:07:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:07:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:07:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:07:11.903Z||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-06-09T04:07:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:07:21.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:07:21.436Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:08:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:08:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:08:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:08:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:08:11.902Z||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-06-09T04:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:08:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:08:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:09:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:09:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:09:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:09:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:09:11.902Z||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-06-09T04:09:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:09:21.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:09:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:10:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:10:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:10:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:10:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:10:11.902Z||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-06-09T04:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:10:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:10:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:11:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:11:11.901Z||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-06-09T04:11:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:11:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:11:11.903Z||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-06-09T04:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:11:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:11:21.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:12:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:12:11.901Z||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-06-09T04:12:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:12:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:12:11.902Z||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-06-09T04:12:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:12:21.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:12:21.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:13:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:13:11.901Z||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-06-09T04:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:13:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:13:11.903Z||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-06-09T04:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:13:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:13:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:14:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:14:11.901Z||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-06-09T04:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:14:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:14:11.903Z||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-06-09T04:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:14:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:14:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:15:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:15:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:15:11.902Z||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-06-09T04:15:11.902Z||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-06-09T04:15:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:15:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:15:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:15:21.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:16:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:16:11.901Z||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-06-09T04:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:16:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:16:11.902Z||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-06-09T04:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:16:21.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:16:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:17:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:17:11.901Z||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-06-09T04:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:17:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:17:11.902Z||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-06-09T04:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:17:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:17:21.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:18:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:18:11.901Z||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-06-09T04:18:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:18:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:18:11.903Z||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-06-09T04:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:18:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:18:21.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:19:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:19:11.901Z||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-06-09T04:19:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:19:11.902Z||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-06-09T04:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:19:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:19:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:19:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:20:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:20:11.901Z||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-06-09T04:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:20:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:20:11.902Z||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-06-09T04:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:20:21.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:20:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:21:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:21:11.901Z||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-06-09T04:21:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:21:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:21:11.902Z||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-06-09T04:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:21:21.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:21:21.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:22:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:22:11.901Z||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-06-09T04:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:22:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:22:11.902Z||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-06-09T04:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:22:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:22:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:23:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:23:11.901Z||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-06-09T04:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:23:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:23:11.902Z||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-06-09T04:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:23:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:23:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:24:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:24:11.902Z||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-06-09T04:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:24:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:24:11.903Z||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-06-09T04:24:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:24:21.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:24:21.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:25:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:25:11.901Z||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-06-09T04:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:25:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:25:11.902Z||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-06-09T04:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:25:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:25:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:26:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:26:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:26:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:26:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:26:11.903Z||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-06-09T04:26:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:26:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:26:21.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:27:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:27:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:27:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:27:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:27:11.902Z||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-06-09T04:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:27:21.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:27:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:28:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:28:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:28:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:28:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:28:11.903Z||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-06-09T04:28:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:28:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:28:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:29:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:29:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:29:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:29:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:29:11.902Z||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-06-09T04:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:29:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:29:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:30:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:30:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:30:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:30:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:30:11.902Z||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-06-09T04:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:30:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:30:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:31:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:31:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:31:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:31:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:31:11.903Z||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-06-09T04:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:31:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:31:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:32:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:32:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:32:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:32:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:32:11.902Z||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-06-09T04:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:32:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:32:21.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:33:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:33:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:33:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:33:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:33:11.902Z||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-06-09T04:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:33:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:33:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:34:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:34:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:34:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:34:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:34:11.903Z||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-06-09T04:34:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:34:21.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:34:21.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:35:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:35:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:35:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:35:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:35:11.903Z||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-06-09T04:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:35:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:35:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:36:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:36:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:36:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:36:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:36:11.902Z||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-06-09T04:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:36:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:36:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:37:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:37:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:37:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:37:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:37:11.902Z||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-06-09T04:37:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:37:21.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:37:21.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:38:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:38:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:38:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:38:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:38:11.902Z||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-06-09T04:38:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:38:21.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:38:21.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:39:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:39:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:39:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:39:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:39:11.902Z||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-06-09T04:39:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:39:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:39:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:40:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:40:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:40:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:40:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:40:11.903Z||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-06-09T04:40:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:40:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:40:21.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:41:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:41:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:41:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:41:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:41:11.902Z||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-06-09T04:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:41:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:41:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:42:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:42:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:42:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:42:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:42:11.902Z||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-06-09T04:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:42:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:42:21.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:43:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:43:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:43:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:43:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:43:11.902Z||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-06-09T04:43:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:43:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:43:21.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:44:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:44:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:44:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:44:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:44:11.902Z||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-06-09T04:44:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:44:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:44:21.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:45:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:45:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:45:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:45:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:45:11.902Z||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-06-09T04:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:45:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:45:21.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:46:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:46:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:46:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:46:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:46:11.902Z||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-06-09T04:46:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:46:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:46:21.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:47:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:47:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:47:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:47:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:47:11.903Z||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-06-09T04:47:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:47:21.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:47:21.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:48:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:48:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:48:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:48:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:48:11.903Z||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-06-09T04:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:48:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:48:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:49:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:49:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:49:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:49:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:49:11.902Z||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-06-09T04:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:49:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:49:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:50:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:50:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:50:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:50:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:50:11.902Z||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-06-09T04:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:50:21.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:50:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:51:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:51:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:51:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:51:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:51:11.902Z||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-06-09T04:51:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:51:21.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:51:21.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:52:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:52:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:52:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:52:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:52:11.902Z||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-06-09T04:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:52:21.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:52:21.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:53:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:53:11.902Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:53:11.902Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:53:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:53:11.902Z||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-06-09T04:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:53:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:53:21.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:54:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:54:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:54:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:54:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:54:11.902Z||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-06-09T04:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:54:21.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:54:21.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:55:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:55:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:55:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:55:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:55:11.902Z||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-06-09T04:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:55:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:55:21.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:56:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:56:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:56:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:56:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:56:11.903Z||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-06-09T04:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:56:21.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:56:21.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:57:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:57:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:57:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:57:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:57:11.902Z||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-06-09T04:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:57:21.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:57:21.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:58:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:58:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:58:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:58:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:58:11.902Z||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-06-09T04:58:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:58:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:58:21.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:59:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:59:11.901Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T04:59:11.901Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T04:59:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T04:59:11.902Z||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-06-09T04:59:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T04:59:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T04:59:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:00:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:00:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:00:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:00:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:00:11.903Z||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-06-09T05:00:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:00:21.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:00:21.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:01:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:01:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:01:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:01:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:01:11.902Z||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-06-09T05:01:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:01:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:01:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:02:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:02:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:02:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:02:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:02:11.902Z||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-06-09T05:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:02:21.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:02:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:03:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:03:11.901Z||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-06-09T05:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:03:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:03:11.903Z||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-06-09T05:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:03:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:03:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:04:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:04:11.901Z||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-06-09T05:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:04:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:04:11.902Z||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-06-09T05:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:04:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:04:21.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:05:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:05:11.901Z||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-06-09T05:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:05:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:05:11.902Z||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-06-09T05:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:05:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:05:21.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:06:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:06:11.901Z||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-06-09T05:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:06:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:06:11.902Z||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-06-09T05:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:06:21.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:06:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:07:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:07:11.901Z||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-06-09T05:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:07:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:07:11.902Z||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-06-09T05:07:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:07:21.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:07:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:08:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:08:11.901Z||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-06-09T05:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:08:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:08:11.902Z||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-06-09T05:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:08:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:08:21.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:09:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:09:11.901Z||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-06-09T05:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:09:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:09:11.902Z||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-06-09T05:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:09:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:09:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:10:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:10:11.901Z||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-06-09T05:10:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:10:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:10:11.902Z||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-06-09T05:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:10:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:10:21.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:11:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:11:11.901Z||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-06-09T05:11:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:11:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:11:11.902Z||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-06-09T05:11:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:11:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:11:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:12:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:12:11.901Z||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-06-09T05:12:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:12:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:12:11.902Z||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-06-09T05:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:12:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:12:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:13:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:13:11.901Z||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-06-09T05:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:13:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:13:11.902Z||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-06-09T05:13:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:13:21.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:13:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:14:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:14:11.901Z||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-06-09T05:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:14:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:14:11.903Z||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-06-09T05:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:14:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:14:21.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:15:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:15:11.901Z||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-06-09T05:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:15:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:15:11.902Z||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-06-09T05:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:15:21.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:15:21.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:16:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:16:11.901Z||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-06-09T05:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:16:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:16:11.902Z||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-06-09T05:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:16:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:16:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:17:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:17:11.901Z||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-06-09T05:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:17:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:17:11.902Z||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-06-09T05:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:17:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:17:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:18:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:18:11.902Z||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-06-09T05:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:18:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:18:11.903Z||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-06-09T05:18:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:18:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:18:21.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:19:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:19:11.901Z||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-06-09T05:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:19:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:19:11.902Z||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-06-09T05:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:19:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:19:21.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:20:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:20:11.901Z||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-06-09T05:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:20:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:20:11.902Z||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-06-09T05:20:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:20:21.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:20:21.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:21:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:21:11.901Z||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-06-09T05:21:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:21:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:21:11.902Z||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-06-09T05:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:21:21.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:21:21.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:22:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:22:11.901Z||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-06-09T05:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:22:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:22:11.902Z||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-06-09T05:22:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:22:21.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:22:21.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:23:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:23:11.901Z||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-06-09T05:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:23:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:23:11.902Z||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-06-09T05:23:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:23:21.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:23:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:24:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:24:11.901Z||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-06-09T05:24:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:24:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:24:11.902Z||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-06-09T05:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:24:21.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:24:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:25:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:25:11.901Z||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-06-09T05:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:25:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:25:11.902Z||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-06-09T05:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:25:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:25:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:26:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:26:11.901Z||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-06-09T05:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:26:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:26:11.902Z||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-06-09T05:26:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:26:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:26:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:27:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:27:11.902Z||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-06-09T05:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:27:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:27:11.902Z||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-06-09T05:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:27:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:27:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:28:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:28:11.901Z||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-06-09T05:28:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:28:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:28:11.902Z||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-06-09T05:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:28:21.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:28:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:29:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:29:11.901Z||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-06-09T05:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:29:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:29:11.902Z||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-06-09T05:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:29:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:29:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:30:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:30:11.901Z||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-06-09T05:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:30:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:30:11.902Z||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-06-09T05:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:30:21.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:30:21.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:31:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:31:11.901Z||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-06-09T05:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:31:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:31:11.903Z||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-06-09T05:31:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:31:21.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:31:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:32:11.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:32:11.901Z||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-06-09T05:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:32:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:32:11.902Z||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-06-09T05:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:32:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:32:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:33:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:33:11.901Z||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-06-09T05:33:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:33:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:33:11.902Z||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-06-09T05:33:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:33:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:33:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:34:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:34:11.901Z||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-06-09T05:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:34:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:34:11.902Z||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-06-09T05:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:34:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:34:21.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:35:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:35:11.901Z||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-06-09T05:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:35:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:35:11.902Z||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-06-09T05:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:35:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:35:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:36:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:36:11.901Z||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-06-09T05:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:36:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:36:11.902Z||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-06-09T05:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:36:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:36:21.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:37:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:37:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:37:11.909Z||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-06-09T05:37:11.909Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:37:11.909Z||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-06-09T05:37:11.909Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:37:21.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:37:21.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:38:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:38:11.901Z||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-06-09T05:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:38:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:38:11.902Z||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-06-09T05:38:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:38:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:38:21.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:39:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:39:11.901Z||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-06-09T05:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:39:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:39:11.902Z||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-06-09T05:39:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:39:21.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:39:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:40:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:40:11.901Z||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-06-09T05:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:40:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:40:11.902Z||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-06-09T05:40:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:40:21.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:40:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:41:11.900Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:41:11.901Z||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-06-09T05:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:41:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:41:11.902Z||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-06-09T05:41:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:41:21.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:41:21.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:42:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:42:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:42:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:42:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:42:11.902Z||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-06-09T05:42:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:42:21.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:42:21.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:43:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:43:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:43:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:43:11.902Z||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-06-09T05:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:43:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:43:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:44:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:44:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:44:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:44:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:44:11.902Z||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-06-09T05:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:44:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:44:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:45:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:45:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:45:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:45:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:45:11.902Z||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-06-09T05:45:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:45:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:45:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:46:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:46:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:46:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:46:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:46:11.902Z||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-06-09T05:46:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:46:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:46:21.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:47:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:47:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:47:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:47:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:47:11.902Z||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-06-09T05:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:47:21.431Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:47:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:48:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:48:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:48:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:48:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:48:11.902Z||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-06-09T05:48:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:48:21.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:48:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:49:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:49:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:49:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:49:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:49:11.902Z||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-06-09T05:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:49:21.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:49:21.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:50:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:50:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:50:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:50:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:50:11.902Z||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-06-09T05:50:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:50:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:50:21.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:51:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:51:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:51:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:51:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:51:11.902Z||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-06-09T05:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:51:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:51:21.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:52:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:52:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:52:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:52:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:52:11.902Z||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-06-09T05:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:52:21.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:52:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:53:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:53:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:53:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:53:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:53:11.902Z||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-06-09T05:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:53:21.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:53:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:54:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:54:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:54:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:54:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:54:11.902Z||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-06-09T05:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:54:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:54:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:55:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:55:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:55:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:55:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:55:11.902Z||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-06-09T05:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:55:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:55:21.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:56:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:56:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:56:11.903Z||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-06-09T05:56:11.903Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:56:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:56:11.903Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:56:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:56:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:57:11.901Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:57:11.902Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:57:11.902Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:57:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:57:11.902Z||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-06-09T05:57:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:57:21.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:57:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:58:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:58:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:58:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:58:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:58:11.902Z||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-06-09T05:58:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:58:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:58:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:59:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:59:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T05:59:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T05:59:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T05:59:11.902Z||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-06-09T05:59:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T05:59:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T05:59:21.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:00:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:00:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:00:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:00:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:00:11.902Z||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-06-09T06:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:00:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:00:21.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:01:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:01:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:01:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:01:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:01:11.902Z||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-06-09T06:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:01:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:01:21.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:02:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:02:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:02:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:02:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:02:11.902Z||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-06-09T06:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:02:21.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:02:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:03:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:03:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:03:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:03:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:03:11.902Z||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-06-09T06:03:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:03:21.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:03:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:04:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:04:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:04:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:04:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:04:11.902Z||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-06-09T06:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:04:21.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:04:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:05:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:05:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:05:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:05:11.902Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:05:11.902Z||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-06-09T06:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:05:21.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:05:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:06:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:06:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:06:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:06:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:06:11.902Z||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-06-09T06:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:06:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:06:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:07:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:07:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:07:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:07:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:07:11.902Z||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-06-09T06:07:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:07:21.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:07:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:08:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:08:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:08:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:08:11.902Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:08:11.902Z||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-06-09T06:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:08:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:08:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:09:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:09:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:09:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:09:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:09:11.902Z||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-06-09T06:09:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:09:21.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:09:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:10:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:10:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:10:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:10:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:10:11.902Z||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-06-09T06:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:10:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:10:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:11:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:11:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:11:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:11:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:11:11.902Z||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-06-09T06:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:11:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:11:21.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:12:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:12:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:12:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:12:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:12:11.902Z||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-06-09T06:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:12:21.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:12:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:13:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:13:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:13:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:13:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:13:11.902Z||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-06-09T06:13:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:13:21.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:13:21.432Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:14:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:14:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:14:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:14:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:14:11.902Z||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-06-09T06:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:14:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:14:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:15:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:15:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:15:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:15:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:15:11.902Z||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-06-09T06:15:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:15:21.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:15:21.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:16:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:16:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:16:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:16:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:16:11.902Z||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-06-09T06:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:16:21.435Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:16:21.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:17:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:17:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:17:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:17:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:17:11.902Z||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-06-09T06:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:17:21.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:17:21.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:18:11.900Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:18:11.901Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-06-09T06:18:11.901Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as JchHR69mxhy4Yk94) ...
2021-06-09T06:18:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:18:11.902Z||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-06-09T06:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:18:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:18:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:19:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:19:11.901Z||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-06-09T06:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:19:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:19:11.902Z||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-06-09T06:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:19:21.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:19:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:20:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:20:11.901Z||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-06-09T06:20:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:20:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:20:11.903Z||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-06-09T06:20:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:20:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:20:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:21:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:21:11.901Z||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-06-09T06:21:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:21:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:21:11.902Z||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-06-09T06:21:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:21:21.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:21:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:22:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:22:11.901Z||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-06-09T06:22:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:22:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:22:11.902Z||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-06-09T06:22:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:22:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:22:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:23:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:23:11.901Z||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-06-09T06:23:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:23:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:23:11.902Z||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-06-09T06:23:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:23:21.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:23:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:24:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:24:11.901Z||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-06-09T06:24:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:24:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:24:11.902Z||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-06-09T06:24:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:24:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:24:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:25:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:25:11.901Z||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-06-09T06:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:25:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:25:11.902Z||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-06-09T06:25:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:25:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:25:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:26:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:26:11.901Z||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-06-09T06:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:26:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:26:11.902Z||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-06-09T06:26:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:26:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:26:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:27:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:27:11.901Z||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-06-09T06:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:27:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:27:11.902Z||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-06-09T06:27:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:27:21.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:27:21.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:28:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:28:11.901Z||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-06-09T06:28:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:28:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:28:11.902Z||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-06-09T06:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:28:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:28:21.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:29:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:29:11.901Z||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-06-09T06:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:29:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:29:11.902Z||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-06-09T06:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:29:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:29:21.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:30:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:30:11.901Z||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-06-09T06:30:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:30:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:30:11.902Z||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-06-09T06:30:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:30:21.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:30:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:31:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:31:11.901Z||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-06-09T06:31:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:31:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:31:11.902Z||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-06-09T06:31:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:31:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:31:21.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:32:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:32:11.901Z||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-06-09T06:32:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:32:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:32:11.902Z||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-06-09T06:32:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:32:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:32:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:33:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:33:11.901Z||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-06-09T06:33:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:33:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:33:11.902Z||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-06-09T06:33:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:33:21.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:33:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:34:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:34:11.901Z||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-06-09T06:34:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:34:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:34:11.902Z||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-06-09T06:34:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:34:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:34:21.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:35:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:35:11.901Z||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-06-09T06:35:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:35:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:35:11.902Z||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-06-09T06:35:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:35:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:35:21.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:36:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:36:11.901Z||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-06-09T06:36:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:36:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:36:11.902Z||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-06-09T06:36:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:36:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:36:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:37:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:37:11.901Z||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-06-09T06:37:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:37:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:37:11.902Z||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-06-09T06:37:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:37:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:37:21.451Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:38:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:38:11.901Z||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-06-09T06:38:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:38:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:38:11.903Z||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-06-09T06:38:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:38:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:38:21.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:39:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:39:11.901Z||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-06-09T06:39:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:39:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:39:11.902Z||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-06-09T06:39:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:39:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:39:21.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:40:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:40:11.901Z||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-06-09T06:40:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:40:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:40:11.902Z||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-06-09T06:40:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:40:21.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:40:21.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:41:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:41:11.901Z||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-06-09T06:41:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:41:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:41:11.902Z||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-06-09T06:41:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:41:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:41:21.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:42:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:42:11.901Z||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-06-09T06:42:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:42:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:42:11.902Z||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-06-09T06:42:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:42:21.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:42:21.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:43:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:43:11.901Z||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-06-09T06:43:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:43:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:43:11.902Z||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-06-09T06:43:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:43:21.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:43:21.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:44:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:44:11.901Z||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-06-09T06:44:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:44:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:44:11.902Z||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-06-09T06:44:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:44:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:44:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:45:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:45:11.901Z||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-06-09T06:45:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:45:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:45:11.903Z||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-06-09T06:45:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:45:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:45:21.440Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:46:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:46:11.901Z||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-06-09T06:46:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:46:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:46:11.902Z||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-06-09T06:46:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:46:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:46:21.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:47:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:47:11.901Z||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-06-09T06:47:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:47:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:47:11.902Z||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-06-09T06:47:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:47:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:47:21.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:48:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:48:11.901Z||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-06-09T06:48:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:48:11.902Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:48:11.902Z||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-06-09T06:48:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:48:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:48:21.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:49:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:49:11.901Z||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-06-09T06:49:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:49:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:49:11.902Z||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-06-09T06:49:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:49:21.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:49:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:50:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:50:11.901Z||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-06-09T06:50:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:50:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:50:11.902Z||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-06-09T06:50:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:50:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:50:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:51:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:51:11.901Z||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-06-09T06:51:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:51:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:51:11.902Z||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-06-09T06:51:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:51:21.434Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:51:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:52:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:52:11.901Z||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-06-09T06:52:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:52:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:52:11.902Z||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-06-09T06:52:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:52:21.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:52:21.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:53:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:53:11.901Z||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-06-09T06:53:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:53:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:53:11.902Z||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-06-09T06:53:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:53:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:53:21.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:54:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:54:11.901Z||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-06-09T06:54:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:54:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:54:11.902Z||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-06-09T06:54:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:54:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:54:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:55:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:55:11.901Z||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-06-09T06:55:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:55:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:55:11.902Z||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-06-09T06:55:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:55:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:55:21.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:56:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:56:11.901Z||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-06-09T06:56:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:56:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:56:11.902Z||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-06-09T06:56:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:56:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:56:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:57:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:57:11.901Z||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-06-09T06:57:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:57:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:57:11.903Z||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-06-09T06:57:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:57:21.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:57:21.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:58:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:58:11.901Z||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-06-09T06:58:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:58:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:58:11.902Z||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-06-09T06:58:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:58:21.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:58:21.438Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:59:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:59:11.901Z||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-06-09T06:59:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:59:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T06:59:11.902Z||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-06-09T06:59:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T06:59:21.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T06:59:21.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:00:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:00:11.901Z||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-06-09T07:00:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:00:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:00:11.902Z||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-06-09T07:00:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:00:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:00:21.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:01:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:01:11.901Z||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-06-09T07:01:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:01:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:01:11.903Z||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-06-09T07:01:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:01:21.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:01:21.451Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:02:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:02:11.901Z||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-06-09T07:02:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:02:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:02:11.902Z||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-06-09T07:02:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:02:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:02:21.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:03:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:03:11.901Z||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-06-09T07:03:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:03:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:03:11.902Z||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-06-09T07:03:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:03:21.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:03:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:04:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:04:11.901Z||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-06-09T07:04:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:04:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:04:11.902Z||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-06-09T07:04:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:04:21.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:04:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:05:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:05:11.901Z||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-06-09T07:05:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:05:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:05:11.902Z||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-06-09T07:05:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:05:21.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:05:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:06:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:06:11.901Z||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-06-09T07:06:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:06:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:06:11.902Z||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-06-09T07:06:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:06:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:06:21.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:07:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:07:11.901Z||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-06-09T07:07:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:07:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:07:11.902Z||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-06-09T07:07:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:07:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:07:21.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:08:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:08:11.901Z||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-06-09T07:08:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:08:11.902Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:08:11.902Z||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-06-09T07:08:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:08:21.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:08:21.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:09:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:09:11.901Z||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-06-09T07:09:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:09:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:09:11.903Z||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-06-09T07:09:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:09:21.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:09:21.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:10:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:10:11.901Z||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-06-09T07:10:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:10:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:10:11.902Z||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-06-09T07:10:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:10:21.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:10:21.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:11:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:11:11.901Z||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-06-09T07:11:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:11:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:11:11.902Z||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-06-09T07:11:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:11:21.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:11:21.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:12:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:12:11.901Z||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-06-09T07:12:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:12:11.902Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:12:11.902Z||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-06-09T07:12:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:12:21.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:12:21.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:13:11.900Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:13:11.901Z||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-06-09T07:13:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:13:11.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:13:11.903Z||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-06-09T07:13:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:13:21.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:13:21.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:14:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:14:11.901Z||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-06-09T07:14:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:14:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:14:11.903Z||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-06-09T07:14:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:14:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:14:21.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:15:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:15:11.901Z||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-06-09T07:15:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:15:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:15:11.902Z||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-06-09T07:15:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:15:21.435Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:15:21.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:16:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:16:11.901Z||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-06-09T07:16:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:16:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:16:11.902Z||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-06-09T07:16:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:16:21.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:16:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:17:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:17:11.901Z||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-06-09T07:17:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:17:11.902Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:17:11.902Z||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-06-09T07:17:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:17:21.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:17:21.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:18:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:18:11.901Z||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-06-09T07:18:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:18:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:18:11.902Z||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-06-09T07:18:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:18:21.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:18:21.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:11.900Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:19:11.901Z||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-06-09T07:19:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:19:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:19:11.902Z||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-06-09T07:19:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:19:12.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:12.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223140390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "dcae-sch",
"timestamp": 1623223141690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223141376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223143038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223145518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223138893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223140390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "dcae-sch",
"timestamp": 1623223141690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223141376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223143038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223145518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223138893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223140390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "dcae-sch",
"timestamp": 1623223141690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223141376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223143038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223145518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223138893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223140390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "dcae-sch",
"timestamp": 1623223141690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223141376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223143038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223145518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223138893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223140390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "dcae-sch",
"timestamp": 1623223141690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223141376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223143038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223145518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223138893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223140390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "dcae-sch",
"timestamp": 1623223141690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223141376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223143038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223145518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223138893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:19:12.520Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:12.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-09T07:19:12.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"49481be0-f458-4140-bf1b-a95cb45d5ec2","serviceName":"vFW 2021-06-09 07-16-32","serviceVersion":"1.0","serviceUUID":"9f425025-7548-4ac8-897a-20badb89c7ac","serviceDescription":"catalog service description","serviceInvariantUUID":"69ecefb4-eb5f-48b3-a3ab-2514c9961ee7","resources":[{"resourceInstanceName":"vFW e20f4610-cf74 0","resourceName":"vFW e20f4610-cf74","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a084a436-9e68-4722-8af6-33bf71e8fadc","resourceInvariantUUID":"c09d989b-d993-43fa-90ad-b446304b2ecf","resourceCustomizationUUID":"51270e87-fff6-4fa9-a891-9696db0ce397","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml","artifactChecksum":"MDMxYjQ0OWE0YzU3ZmZjNWRlYTM3NGQ3MjdhOTI4NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19d36e58-29ca-431c-93a2-bc7f16fd4d14","artifactVersion":"1"},{"artifactName":"vfwe20f4610cf740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json","artifactChecksum":"ZmIzNTQ2YzQwODRkMDI3NWRiY2JiOTE1YWRmYWNjZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41fb8342-d1fe-4431-9466-956e4756005a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"742b9e43-6020-475c-82b1-40c00d807aa6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml","artifactChecksum":"ZDMxZmM0NjE4OTAzZjJjYzg4NjQ2NWIzODM1ZjQzYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49b377de-dc7d-4044-a479-71ea097580a4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d","artifactVersion":"2","generatedFromUUID":"742b9e43-6020-475c-82b1-40c00d807aa6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210609071632-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml","artifactChecksum":"ZWU2N2U4N2ExNGI2NThjZjlmNDExYmMxYzAwOWVmMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d393a947-48dc-4582-a6b3-aee8091ca5f3","artifactVersion":"1"},{"artifactName":"service-Vfw20210609071632-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar","artifactChecksum":"ZDZjNWM2ODJhZDI4OWY0NzQwYzM4MzRlZmM5NzgwYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf38c88-b859-47ae-8741-d88a1df173d0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:19:12.533Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:12.538Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:12.545Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:12.546Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:12.646Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-06-09T07:19:12.651Z||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-06-09T07:19:12.651Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:12.662Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:12.662Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:13.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:13.551Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:13.553Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:13.553Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:19:13.654Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:13.654Z||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-06-09T07:19:13.654Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:13.663Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:13.664Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:14.554Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:14.555Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:14.558Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:14.558Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:19:14.658Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:14.659Z||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-06-09T07:19:14.659Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:14.666Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:14.667Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:19:15.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:15.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:15.560Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:15.560Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:15.660Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:15.661Z||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-06-09T07:19:15.661Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:15.669Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:15.670Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:19:16.561Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:16.562Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:16.565Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:16.565Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T07:19:16.665Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:16.665Z||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-06-09T07:19:16.665Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:16.673Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:16.673Z||pool-7-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:17.565Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:17.566Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:17.567Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:17.567Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:19:17.668Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:17.669Z||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-06-09T07:19:17.669Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:17.677Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:17.677Z||pool-8-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:18.568Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:19:18.569Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:18.570Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:18.570Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:19:18.670Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:18.671Z||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-06-09T07:19:18.671Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:18.681Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:18.682Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:19.572Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"serviceName": "vFW 2021-06-09 07-16-32",
"serviceVersion": "1.0",
"serviceUUID": "9f425025-7548-4ac8-897a-20badb89c7ac",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "69ecefb4-eb5f-48b3-a3ab-2514c9961ee7",
"resources": [
{
"resourceInstanceName": "vFW e20f4610-cf74 0",
"resourceCustomizationUUID": "51270e87-fff6-4fa9-a891-9696db0ce397",
"resourceName": "vFW e20f4610-cf74",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a084a436-9e68-4722-8af6-33bf71e8fadc",
"resourceInvariantUUID": "c09d989b-d993-43fa-90ad-b446304b2ecf",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe20f4610cf740_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"artifactChecksum": "ZmIzNTQ2YzQwODRkMDI3NWRiY2JiOTE1YWRmYWNjZWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "41fb8342-d1fe-4431-9466-956e4756005a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "742b9e43-6020-475c-82b1-40c00d807aa6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d",
"generatedFromUUID": "742b9e43-6020-475c-82b1-40c00d807aa6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210609071632-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"artifactChecksum": "ZDZjNWM2ODJhZDI4OWY0NzQwYzM4MzRlZmM5NzgwYjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1bf38c88-b859-47ae-8741-d88a1df173d0"
}
],
"workloadContext": "Production"
}
2021-06-09T07:19:19.578Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:19:19.580Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9f425025-7548-4ac8-897a-20badb89c7ac ASDC
2021-06-09T07:19:19.637Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:49481be0-f458-4140-bf1b-a95cb45d5ec2
ServiceName:vFW 2021-06-09 07-16-32
ServiceVersion:1.0
ServiceUUID:9f425025-7548-4ac8-897a-20badb89c7ac
ServiceInvariantUUID:69ecefb4-eb5f-48b3-a3ab-2514c9961ee7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210609071632-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
ArtifactUUID:1bf38c88-b859-47ae-8741-d88a1df173d0
ArtifactChecksum:ZDZjNWM2ODJhZDI4OWY0NzQwYzM4MzRlZmM5NzgwYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e20f4610-cf74 0
ResourceCustomizationUUID:51270e87-fff6-4fa9-a891-9696db0ce397
ResourceInvariantUUID:c09d989b-d993-43fa-90ad-b446304b2ecf
ResourceName:vFW e20f4610-cf74
ResourceType:VF
ResourceUUID:a084a436-9e68-4722-8af6-33bf71e8fadc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe20f4610cf740_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
ArtifactUUID:41fb8342-d1fe-4431-9466-956e4756005a
ArtifactChecksum:ZmIzNTQ2YzQwODRkMDI3NWRiY2JiOTE1YWRmYWNjZWI=
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/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
ArtifactUUID:742b9e43-6020-475c-82b1-40c00d807aa6
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
ArtifactUUID:82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
ArtifactUUID:82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-09T07:19:19.637Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f425025-7548-4ac8-897a-20badb89c7ac 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-06-09T07:19:19.820Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:19:19.827Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:19:19.828Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:19:19.828Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1bf38c88-b859-47ae-8741-d88a1df173d0 from URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:19.828Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:19:19.829Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:20.571Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:19:20.585Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar 1bf38c88-b859-47ae-8741-d88a1df173d0 110085
2021-06-09T07:19:20.586Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar ASDC sendASDCNotification
2021-06-09T07:19:20.586Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:20.586Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:19:20.587Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:20.588Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:20.588Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223160586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:19:20.688Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:20.689Z||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-06-09T07:19:20.689Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:20.699Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:20.700Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:21.589Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:19:21.590Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:19:21.590Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1bf38c88-b859-47ae-8741-d88a1df173d0, URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar to file: /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:21.590Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210609071632-csar.csar
2021-06-09T07:19:21.690Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:21.690Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:22.176Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2047031730525707577/Definitions/service-Vfw20210609071632-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_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_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-06-09T07:19:24.393Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e20f4610-cf74 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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e20f4610-cf74 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.396Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-Vfw20210609071632-csar.csar
2021-06-09T07:19:24.397Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-09T07:19:24.401Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.402Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.403Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.404Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-09T07:19:24.404Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-09T07:19:24.405Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:19:24.406Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.406Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.408Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.409Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.410Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5113951-57b1-4881-b3c6-febfc42fbbf2
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.411Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29fd4075-18c8-45a7-a81b-268ccef5c06e
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=98e6d7cf-db11-4fd0-8867-3e41989b8a20
2021-06-09T07:19:24.412Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:24.413Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-06-09 07-16-32
Description:catalog service description
Model UUID:9f425025-7548-4ac8-897a-20badb89c7ac
Model Version:NULL
Model InvariantUuid:69ecefb4-eb5f-48b3-a3ab-2514c9961ee7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e20f4610-cf74
Model UUID:bedb573f-363d-40d1-9b5d-612d801899b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c09d989b-d993-43fa-90ad-b446304b2ecf
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:51270e87-fff6-4fa9-a891-9696db0ce397
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:42f5dc8d-841d-405a-827e-4a13672f02d4
ModelName:VfwE20f4610Cf74..base_vfw..module-0
ModelUuid:2097a268-119d-4245-8653-63a268474e0a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c5113951-57b1-4881-b3c6-febfc42fbbf2
ModelInvariantUuid:8f480fd2-bf6a-4414-858f-a8983e34fba0
ModelName:vFW e20f4610-cf74-nodes.vfwCvfc
ModelUuid:c96a5114-557b-46e3-a976-bcb3da8fe53c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:834479dd-ecd2-43c1-99e4-25608955b64c
ModelInvariantUuid:83bfd5ff-7d7d-4452-be3e-163439539f88
ModelName:VfwE20f4610Cf74.compute.nodes.heat.vfw
ModelUuid:d82fbe33-e1fc-4109-af3d-c029cab97a06
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:29fd4075-18c8-45a7-a81b-268ccef5c06e
ModelInvariantUuid:b9c47de1-198c-479d-9625-29f15ef65f6a
ModelName:vFW e20f4610-cf74-nodes.vsnCvfc
ModelUuid:b7a1cae2-3869-445f-b7d5-a96db0e921bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e99d8945-373e-4f70-adef-648ab9370d67
ModelInvariantUuid:bb69f27f-95c4-4dea-8f62-6f33caa19121
ModelName:VfwE20f4610Cf74.compute.nodes.heat.vsn
ModelUuid:db01d21b-0187-4ca3-8520-f3fb5828d387
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:98e6d7cf-db11-4fd0-8867-3e41989b8a20
ModelInvariantUuid:3d2aae1b-fc63-4015-bd37-5b60e57cc561
ModelName:vFW e20f4610-cf74-nodes.vpgCvfc
ModelUuid:693af3a6-c571-49a0-a77a-16967be8ec2a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:0aeb772c-4ee0-460d-952b-efcaa5c3a3c0
ModelInvariantUuid:a9a109d7-71ae-4174-94c6-42b34f790e42
ModelName:VfwE20f4610Cf74.compute.nodes.heat.vpg
ModelUuid:13ffb37c-a5d3-4331-bb9a-700d0a25baf2
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-06-09T07:19:24.427Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a084a436-9e68-4722-8af6-33bf71e8fadc
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-06-09T07:19:24.514Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||vFW e20f4610-cf74 0
2021-06-09T07:19:24.523Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a084a436-9e68-4722-8af6-33bf71e8fadc
2021-06-09T07:19:24.523Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 41fb8342-d1fe-4431-9466-956e4756005a from URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
2021-06-09T07:19:24.523Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:19:24.523Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
2021-06-09T07:19:24.720Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:19:24.721Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json 41fb8342-d1fe-4431-9466-956e4756005a 785
2021-06-09T07:19:24.722Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json ASDC sendASDCNotification
2021-06-09T07:19:24.722Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
2021-06-09T07:19:24.722Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:19:24.722Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:24.725Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:24.725Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223164722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:19:24.825Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:24.826Z||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-06-09T07:19:24.826Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:24.833Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:24.833Z||pool-11-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:25.729Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE20f4610Cf74..base_vfw..module-0",
"vfModuleModelInvariantUUID": "42f5dc8d-841d-405a-827e-4a13672f02d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2097a268-119d-4245-8653-63a268474e0a",
"vfModuleModelCustomizationUUID": "6ad1c779-3604-4394-af3f-c09ab3da85ad",
"isBase": true,
"artifacts": [
"742b9e43-6020-475c-82b1-40c00d807aa6",
"82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d"
],
"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-06-09T07:19:25.745Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE20f4610Cf74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2097a268-119d-4245-8653-63a268474e0a
VfModuleModelInvariantUUID:42f5dc8d-841d-405a-827e-4a13672f02d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
742b9e43-6020-475c-82b1-40c00d807aa6
,
82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d
}
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-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE20f4610Cf74..base_vfw..module-0",
"vfModuleModelInvariantUUID": "42f5dc8d-841d-405a-827e-4a13672f02d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2097a268-119d-4245-8653-63a268474e0a",
"vfModuleModelCustomizationUUID": "6ad1c779-3604-4394-af3f-c09ab3da85ad",
"isBase": true,
"artifacts": [
"742b9e43-6020-475c-82b1-40c00d807aa6",
"82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d"
],
"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-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE20f4610Cf74..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2097a268-119d-4245-8653-63a268474e0a
VfModuleModelInvariantUUID:42f5dc8d-841d-405a-827e-4a13672f02d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
742b9e43-6020-475c-82b1-40c00d807aa6
,
82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d
}
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-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 742b9e43-6020-475c-82b1-40c00d807aa6 from URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
2021-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:19:25.747Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
2021-06-09T07:19:25.935Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:19:25.937Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml 742b9e43-6020-475c-82b1-40c00d807aa6 20368
2021-06-09T07:19:25.937Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-09T07:19:25.937Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
2021-06-09T07:19:25.938Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:19:25.938Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:25.940Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:25.940Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223165937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:19:26.040Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:19:26.041Z||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-06-09T07:19:26.041Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:26.048Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:26.048Z||pool-12-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:26.941Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d from URL: /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
2021-06-09T07:19:26.941Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:19:26.942Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env 82d65c2a-0a97-4f3a-ad6f-9580b0acaf1d 2098
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:19:27.090Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:27.092Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:27.092Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223167090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:19:27.192Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:27.193Z||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-06-09T07:19:27.193Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:27.201Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:27.202Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:19:28.092Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9f425025-7548-4ac8-897a-20badb89c7ac
2021-06-09T07:19:28.092Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e20f4610-cf74 0 a084a436-9e68-4722-8af6-33bf71e8fadc 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-06-09T07:19:28.138Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.138Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.138Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-06-09T07:19:28.139Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 51270e87-fff6-4fa9-a891-9696db0ce397
2021-06-09T07:19:28.139Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51270e87-fff6-4fa9-a891-9696db0ce397 matches Tosca VF Customization UUID: 51270e87-fff6-4fa9-a891-9696db0ce397
2021-06-09T07:19:28.139Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 51270e87-fff6-4fa9-a891-9696db0ce397 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-06-09T07:19:28.143Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.143Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 51270e87-fff6-4fa9-a891-9696db0ce397: {\"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-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d2b2ee0
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:19:28.145Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6ad1c779-3604-4394-af3f-c09ab3da85ad
2021-06-09T07:19:28.146Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6ad1c779-3604-4394-af3f-c09ab3da85ad
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-06-09T07:19:28.151Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.151Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.151Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.151Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:28.152Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.153Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5113951-57b1-4881-b3c6-febfc42fbbf2
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-06-09T07:19:28.159Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.159Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.159Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.159Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.160Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29fd4075-18c8-45a7-a81b-268ccef5c06e
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-06-09T07:19:28.162Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.162Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.162Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-06-09T07:19:28.164Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-06-09T07:19:28.165Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-06-09T07:19:28.165Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-06-09T07:19:28.165Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=98e6d7cf-db11-4fd0-8867-3e41989b8a20
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-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Node template vFW e20f4610-cf74 0 is matching search criteria
2021-06-09T07:19:28.166Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e20f4610-cf74 0] matching following query criteria: sdcType=VF, customizationUUID=51270e87-fff6-4fa9-a891-9696db0ce397
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-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9f425025-7548-4ac8-897a-20badb89c7ac: vFW e20f4610-cf74
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-06-09 07-16-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:19:28.168Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-06-09 07-16-32
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-06-09T07:19:28.439Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e20f4610-cf74 a084a436-9e68-4722-8af6-33bf71e8fadc 1 ASDC deployResourceStructure
2021-06-09T07:19:28.439Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json ASDC sendASDCNotification
2021-06-09T07:19:28.439Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json
2021-06-09T07:19:28.439Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:19:28.440Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:28.441Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:28.441Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223168439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:19:28.541Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:28.542Z||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-06-09T07:19:28.542Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:28.550Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:28.550Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:29.442Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-06-09T07:19:29.442Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml
2021-06-09T07:19:29.442Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:19:29.443Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:29.445Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:29.445Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223169441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-09T07:19:29.545Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:29.546Z||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-06-09T07:19:29.546Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:29.554Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:29.554Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:30.445Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env ASDC sendASDCNotification
2021-06-09T07:19:30.446Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env
2021-06-09T07:19:30.446Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:19:30.446Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:30.448Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:30.448Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223170445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-09T07:19:30.548Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:30.549Z||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-06-09T07:19:30.549Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:30.557Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:30.558Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:31.449Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar ASDC sendASDCNotification
2021-06-09T07:19:31.449Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar
2021-06-09T07:19:31.449Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:19:31.449Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:19:31.451Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:19:31.451Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223171448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:19:31.551Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:19:31.552Z||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-06-09T07:19:31.553Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:19:31.560Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:19:31.560Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:19:32.452Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:19:32.476Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:19:32.478Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:19:32.478Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:19:32.478Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:20:02.478Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:20:02.490Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:20:02.493Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:20:02.493Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:20:02.494Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:20:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:20:11.904Z||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-06-09T07:20:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:20:11.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:20:11.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:20:11.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223140390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:20:11.922Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:20:32.494Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:20:32.504Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:20:32.508Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:20:32.508Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:20:32.508Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:21:02.508Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:21:02.517Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:21:02.519Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:21:02.519Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:21:02.520Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:21:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:21:11.902Z||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-06-09T07:21:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:21:11.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:21:11.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:21:11.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "dcae-sch",
"timestamp": 1623223141690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:21:11.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:21:32.520Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:21:32.529Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:21:32.538Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:21:32.538Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:21:32.538Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:22:02.538Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:22:02.548Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:22:02.550Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:22:02.550Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-06-09T07:22:02.550Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-06-09T07:22:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:22:11.902Z||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-06-09T07:22:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:22:11.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:22:11.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223141376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223143038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223145518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223138893,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223151905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223151916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223151905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223151916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223154166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223154158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223151905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223151916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223154569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223154966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223155164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.931Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223151905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223151916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "cds",
"timestamp": 1623223155582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-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-06-09T07:22:11.938Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.938Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:22:11.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223155496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223155495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "policy-id",
"timestamp": 1623223156167,
"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-06-09T07:22:11.949Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223156193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223151905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223151916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223155496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223155495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223151905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223151916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223157609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223155496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223155495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223151905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223151900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223151916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223158617,
"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-06-09T07:22:11.962Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.962Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223155496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223155495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223159621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223155496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223155495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223160283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223160586,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223155496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223155495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223155496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223155495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223162488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223163370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223163420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223163646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223164637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223164722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223165281,
"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-06-09T07:22:11.975Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.975Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:22:11.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223165792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223165937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.981Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223166285,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223166799,
"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-06-09T07:22:11.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223167090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223167803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223168077,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223168439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/vfwe20f4610cf740_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:11.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223169080,
"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-06-09T07:22:11.997Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:11.997Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:22:12.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223169441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:12.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223170445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/resourceInstances/vfwe20f4610cf740/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223171341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223171448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223172173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223172483,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210609071632/1.0/artifacts/service-Vfw20210609071632-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "aai-ml",
"timestamp": 1623223173178,
"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-06-09T07:22:12.015Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:12.015Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:22:12.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "clamp",
"timestamp": 1623223173486,
"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-06-09T07:22:12.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49481be0-f458-4140-bf1b-a95cb45d5ec2
2021-06-09T07:22:12.025Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223195496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223191905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223191905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223195496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223191905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223195496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223198893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223191905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223195496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223198893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223200390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223191905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223195496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223198893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223201376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223200390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223191905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223195496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "dcae-sch",
"timestamp": 1623223201690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223198893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223201376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223200390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223195496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223191905,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "dcae-sch",
"timestamp": 1623223201690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223198893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223203038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223201376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223200390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223204321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "dcae-sch",
"timestamp": 1623223201690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223204331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223198893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223203038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223201376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223200390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "dcae-sch",
"timestamp": 1623223201690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223205519,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223198893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223205529,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223203038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223201376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223200390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223205518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "dcae-sch",
"timestamp": 1623223201690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223206653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223206653,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223203038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223206693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223201376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223200390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223205518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "dcae-sch",
"timestamp": 1623223201690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223207656,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-06-09T07:22:12.050Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:22:12.050Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:22:12.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223207676,
"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-06-09T07:22:12.058Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:22:12.058Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:22:12.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223203038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223201376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223205518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223208273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "dcae-sch",
"timestamp": 1623223201690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223208658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223208681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223203038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223205518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223209558,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223203038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223209863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223205518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "cds",
"timestamp": 1623223210563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-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-06-09T07:22:12.071Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:22:12.071Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:22:12.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223205518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223211577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:22:12.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:22:32.551Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:22:32.563Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2
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-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:22:32.566Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-06-09T07:22:32.570Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:23:02.570Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2 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-06-09T07:23:02.577Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49481be0-f458-4140-bf1b-a95cb45d5ec2 and serviceModelVersionId: 9f425025-7548-4ac8-897a-20badb89c7ac
2021-06-09T07:23:02.578Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69ecefb4-eb5f-48b3-a3ab-2514c9961ee7
2021-06-09T07:23:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:23:11.903Z||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-06-09T07:23:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:23:12.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:12.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223211964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:23:12.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223205518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223211916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223212580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223212976,
"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-06-09T07:23:12.429Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.429Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:23:12.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223211916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:23:12.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "policy-id",
"timestamp": 1623223213583,
"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-06-09T07:23:12.440Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.440Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223213979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223211916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223214568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223211916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "aai-ml",
"timestamp": 1623223215571,
"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-06-09T07:23:12.449Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.449Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223215495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223211916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223215495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223211916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223215495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223211916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223215495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223215495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223215495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223215495,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223223270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223223341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223224357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223225343,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "clamp",
"timestamp": 1623223225359,
"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-06-09T07:23:12.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:23:12.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-06-09T07:23:12.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223226346,
"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-06-09T07:23:12.470Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8982a454-3ecc-4be8-bd94-1af9ba393cbb
2021-06-09T07:23:12.470Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:23:12.793Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0
2021-06-09T07:23:12.869Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:23:13.199Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?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-06-09T07:23:13.201Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0|INFO|500||Invoke
2021-06-09T07:23:13.291Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-09T07:23:13.695Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0|INFO|500||InvokeReturn
2021-06-09T07:23:13.695Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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/69ecefb4-eb5f-48b3-a3ab-2514c9961ee7/model-vers/model-ver/9f425025-7548-4ac8-897a-20badb89c7ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210609-07:23:13:299-35595], vertex-id=[151736], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:23:13 GMT], Content-Type=[application/json]}
2021-06-09T07:23:13.695Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:23:13.700Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:23:13.700Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-06-09T07:23:13.705Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-06-09T07:23:13.712Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49481be0-f458-4140-bf1b-a95cb45d5ec2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:23:13.712Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:23:13.713Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:13.714Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:13.714Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223393712,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:23:13.815Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:13.815Z||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-06-09T07:23:13.816Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:13.824Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:13.825Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-06-09T07:23:14.725Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:23:14.726Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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-06-09T07:23:14.726Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:23:19.013Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:19.013Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-06-09T07:23:19.014Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8982a454-3ecc-4be8-bd94-1af9ba393cbb","serviceName":"basic_onboard_juaPvp","serviceVersion":"1.0","serviceUUID":"dcd7cd02-97d6-4a22-8f31-2fc43dc160b8","serviceDescription":"service","serviceInvariantUUID":"ff70d3ea-c15c-4b9a-905d-d5c971ed57b6","resources":[{"resourceInstanceName":"basic_onboard_juaPvp 0","resourceName":"basic_onboard_juaPvp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b0e3bca-6253-4c57-b384-45536f275f36","resourceInvariantUUID":"6e01328d-547d-4576-b7b9-ec917b1366b5","resourceCustomizationUUID":"ae9d9384-3117-4f59-abf0-2590e3f74b68","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml","artifactChecksum":"YjUzMzIzYzY2ODBmMDA3ZWM3NjU2NjIwNjk3ZTcyNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d836d7a8-b35e-4fef-8660-093321b5f942","artifactVersion":"1"},{"artifactName":"basic_onboard_juapvp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json","artifactChecksum":"OThmMDlkYjgxOTI2NGYyYWJlYzZkZTgxZjU0NGYzNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fcdb754-2eb2-4e6c-a12c-ca731c888f1d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d083e23-bb29-4e58-b520-9710eb1eb4b2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24d12975-a01a-461e-b971-b2ad751db7b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ddd31d75-e85f-41fa-bcd8-230232dca240","artifactVersion":"2","generatedFromUUID":"9d083e23-bb29-4e58-b520-9710eb1eb4b2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJuapvp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml","artifactChecksum":"MzA5MjJlNGUxYTc5ZWE0NmZhNDM5ODc5MWJlOWQwYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1dd6ad44-8f44-47cd-830d-434fb5c6371c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJuapvp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar","artifactChecksum":"NGMzZWQzYjcxMDZjZjk4M2JkZTA4ZTI5YjdhNDM3ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed3aa2be-1b61-4b93-9df9-7299402023c0","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:23:19.015Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:19.015Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:19.017Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:19.017Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:19.117Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:19.118Z||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-06-09T07:23:19.118Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:19.126Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:19.127Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:20.017Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:20.019Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:20.021Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:20.021Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:23:20.122Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:20.123Z||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-06-09T07:23:20.123Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:20.133Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:20.133Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:21.022Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:21.023Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:21.024Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:21.024Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:23:21.125Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:21.127Z||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-06-09T07:23:21.127Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:21.134Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:21.135Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:23:22.025Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:22.026Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:22.028Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:22.028Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:22.129Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:23:22.130Z||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-06-09T07:23:22.130Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:22.137Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:22.138Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:23.029Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:23.030Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:23.032Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:23.032Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T07:23:23.133Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:23:23.135Z||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-06-09T07:23:23.135Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:23.143Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:23.144Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:24.033Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:24.033Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:24.036Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:24.036Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:23:24.136Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:24.136Z||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-06-09T07:23:24.137Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:24.146Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:24.146Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:25.036Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:23:25.037Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:25.038Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:25.038Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:23:25.138Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:25.139Z||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-06-09T07:23:25.139Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:25.147Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:25.147Z||pool-25-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:26.039Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"serviceName": "basic_onboard_juaPvp",
"serviceVersion": "1.0",
"serviceUUID": "dcd7cd02-97d6-4a22-8f31-2fc43dc160b8",
"serviceDescription": "service",
"serviceInvariantUUID": "ff70d3ea-c15c-4b9a-905d-d5c971ed57b6",
"resources": [
{
"resourceInstanceName": "basic_onboard_juaPvp 0",
"resourceCustomizationUUID": "ae9d9384-3117-4f59-abf0-2590e3f74b68",
"resourceName": "basic_onboard_juaPvp",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3b0e3bca-6253-4c57-b384-45536f275f36",
"resourceInvariantUUID": "6e01328d-547d-4576-b7b9-ec917b1366b5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_juapvp0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"artifactChecksum": "OThmMDlkYjgxOTI2NGYyYWJlYzZkZTgxZjU0NGYzNWE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8fcdb754-2eb2-4e6c-a12c-ca731c888f1d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9d083e23-bb29-4e58-b520-9710eb1eb4b2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ddd31d75-e85f-41fa-bcd8-230232dca240",
"generatedFromUUID": "9d083e23-bb29-4e58-b520-9710eb1eb4b2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ddd31d75-e85f-41fa-bcd8-230232dca240",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJuapvp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"artifactChecksum": "NGMzZWQzYjcxMDZjZjk4M2JkZTA4ZTI5YjdhNDM3ZmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ed3aa2be-1b61-4b93-9df9-7299402023c0"
}
],
"workloadContext": "Production"
}
2021-06-09T07:23:26.039Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:23:26.039Z|49481be0-f458-4140-bf1b-a95cb45d5ec2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dcd7cd02-97d6-4a22-8f31-2fc43dc160b8 ASDC
2021-06-09T07:23:26.040Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8982a454-3ecc-4be8-bd94-1af9ba393cbb
ServiceName:basic_onboard_juaPvp
ServiceVersion:1.0
ServiceUUID:dcd7cd02-97d6-4a22-8f31-2fc43dc160b8
ServiceInvariantUUID:ff70d3ea-c15c-4b9a-905d-d5c971ed57b6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJuapvp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
ArtifactUUID:ed3aa2be-1b61-4b93-9df9-7299402023c0
ArtifactChecksum:NGMzZWQzYjcxMDZjZjk4M2JkZTA4ZTI5YjdhNDM3ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_juaPvp 0
ResourceCustomizationUUID:ae9d9384-3117-4f59-abf0-2590e3f74b68
ResourceInvariantUUID:6e01328d-547d-4576-b7b9-ec917b1366b5
ResourceName:basic_onboard_juaPvp
ResourceType:VF
ResourceUUID:3b0e3bca-6253-4c57-b384-45536f275f36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_juapvp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
ArtifactUUID:8fcdb754-2eb2-4e6c-a12c-ca731c888f1d
ArtifactChecksum:OThmMDlkYjgxOTI2NGYyYWJlYzZkZTgxZjU0NGYzNWE=
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/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9d083e23-bb29-4e58-b520-9710eb1eb4b2
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/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
ArtifactUUID:ddd31d75-e85f-41fa-bcd8-230232dca240
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/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
ArtifactUUID:ddd31d75-e85f-41fa-bcd8-230232dca240
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-06-09T07:23:26.040Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcd7cd02-97d6-4a22-8f31-2fc43dc160b8 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-06-09T07:23:26.066Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:23:26.066Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:23:26.066Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:23:26.067Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ed3aa2be-1b61-4b93-9df9-7299402023c0 from URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:26.067Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:23:26.067Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:26.205Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:23:26.211Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar ed3aa2be-1b61-4b93-9df9-7299402023c0 74828
2021-06-09T07:23:26.211Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar ASDC sendASDCNotification
2021-06-09T07:23:26.212Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:26.212Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:23:26.212Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:26.215Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:26.215Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223406211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:23:26.315Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:26.316Z||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-06-09T07:23:26.316Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:26.324Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:26.324Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:27.216Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:23:27.217Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-06-09T07:23:27.217Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ed3aa2be-1b61-4b93-9df9-7299402023c0, URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar to file: /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:27.218Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:27.218Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:27.218Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:27.360Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7458295891827164854/Definitions/service-BasicOnboardJuapvp-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-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-06-09T07:23:28.422Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_juaPvp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_juaPvp 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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.423Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.424Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is not matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cec75eb3-04aa-4ae5-86f1-9f88348bea16
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.425Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:28.426Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_juaPvp
Description:service
Model UUID:dcd7cd02-97d6-4a22-8f31-2fc43dc160b8
Model Version:NULL
Model InvariantUuid:ff70d3ea-c15c-4b9a-905d-d5c971ed57b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_juaPvp
Model UUID:b2e4fba7-8bea-4cbb-8518-f4835f213be3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6e01328d-547d-4576-b7b9-ec917b1366b5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ae9d9384-3117-4f59-abf0-2590e3f74b68
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3d540487-b6f5-4458-95fd-9cbdc73f9249
ModelName:BasicOnboardJuapvp..base_ubuntu18..module-0
ModelUuid:7f66aae2-5d02-4930-95f7-cfad3a2933f4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cec75eb3-04aa-4ae5-86f1-9f88348bea16
ModelInvariantUuid:d0d79ded-a71b-4ea1-bfcc-eeb6843fc8c3
ModelName:basic_onboard_juaPvp-nodes.ubuntu18Cvfc
ModelUuid:74c21410-0994-4e60-a008-8ab037810792
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6bc15787-8e22-4cf6-9371-629e6c22689c
ModelInvariantUuid:4985dcb2-0ecb-4f03-97e5-7a99edef4386
ModelName:BasicOnboardJuapvp.compute.nodes.heat.ubuntu18
ModelUuid:88f65c0a-62c3-4524-a78d-e1c238d62c07
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-06-09T07:23:28.431Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b0e3bca-6253-4c57-b384-45536f275f36
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-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||basic_onboard_juaPvp 0
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b0e3bca-6253-4c57-b384-45536f275f36
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8fcdb754-2eb2-4e6c-a12c-ca731c888f1d from URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:23:28.433Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
2021-06-09T07:23:28.761Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:23:28.761Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json 8fcdb754-2eb2-4e6c-a12c-ca731c888f1d 798
2021-06-09T07:23:28.761Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json ASDC sendASDCNotification
2021-06-09T07:23:28.761Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
2021-06-09T07:23:28.762Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:23:28.762Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:28.764Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:28.764Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223408761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:23:28.865Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:28.865Z||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-06-09T07:23:28.865Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:28.873Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:28.873Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:29.765Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJuapvp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3d540487-b6f5-4458-95fd-9cbdc73f9249",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7f66aae2-5d02-4930-95f7-cfad3a2933f4",
"vfModuleModelCustomizationUUID": "eb9936b6-18d0-4708-8d87-56930befa3bf",
"isBase": true,
"artifacts": [
"9d083e23-bb29-4e58-b520-9710eb1eb4b2",
"ddd31d75-e85f-41fa-bcd8-230232dca240"
],
"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-06-09T07:23:29.767Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJuapvp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f66aae2-5d02-4930-95f7-cfad3a2933f4
VfModuleModelInvariantUUID:3d540487-b6f5-4458-95fd-9cbdc73f9249
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d083e23-bb29-4e58-b520-9710eb1eb4b2
,
ddd31d75-e85f-41fa-bcd8-230232dca240
}
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-06-09T07:23:29.769Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJuapvp..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3d540487-b6f5-4458-95fd-9cbdc73f9249",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7f66aae2-5d02-4930-95f7-cfad3a2933f4",
"vfModuleModelCustomizationUUID": "eb9936b6-18d0-4708-8d87-56930befa3bf",
"isBase": true,
"artifacts": [
"9d083e23-bb29-4e58-b520-9710eb1eb4b2",
"ddd31d75-e85f-41fa-bcd8-230232dca240"
],
"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-06-09T07:23:29.769Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJuapvp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7f66aae2-5d02-4930-95f7-cfad3a2933f4
VfModuleModelInvariantUUID:3d540487-b6f5-4458-95fd-9cbdc73f9249
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d083e23-bb29-4e58-b520-9710eb1eb4b2
,
ddd31d75-e85f-41fa-bcd8-230232dca240
}
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-06-09T07:23:29.769Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9d083e23-bb29-4e58-b520-9710eb1eb4b2 from URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:23:29.769Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:23:29.770Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:23:30.242Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:23:30.242Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml 9d083e23-bb29-4e58-b520-9710eb1eb4b2 5033
2021-06-09T07:23:30.243Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-09T07:23:30.243Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:23:30.243Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:23:30.243Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:30.245Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:30.245Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223410242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:23:30.346Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:30.346Z||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-06-09T07:23:30.347Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:30.354Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:30.355Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:31.246Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ddd31d75-e85f-41fa-bcd8-230232dca240 from URL: /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
2021-06-09T07:23:31.247Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-06-09T07:23:31.247Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
2021-06-09T07:23:32.272Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-06-09T07:23:32.272Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env ddd31d75-e85f-41fa-bcd8-230232dca240 909
2021-06-09T07:23:32.273Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-09T07:23:32.273Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
2021-06-09T07:23:32.273Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:23:32.273Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:32.275Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:32.276Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223412273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:23:32.376Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:23:32.376Z||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-06-09T07:23:32.377Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:32.385Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:32.385Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:33.276Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: dcd7cd02-97d6-4a22-8f31-2fc43dc160b8
2021-06-09T07:23:33.277Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_juaPvp 0 3b0e3bca-6253-4c57-b384-45536f275f36 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-06-09T07:23:33.289Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ae9d9384-3117-4f59-abf0-2590e3f74b68
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae9d9384-3117-4f59-abf0-2590e3f74b68 matches Tosca VF Customization UUID: ae9d9384-3117-4f59-abf0-2590e3f74b68
2021-06-09T07:23:33.290Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ae9d9384-3117-4f59-abf0-2590e3f74b68 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-06-09T07:23:33.292Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ae9d9384-3117-4f59-abf0-2590e3f74b68: {\"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-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7390e39a
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.293Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-06-09T07:23:33.294Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eb9936b6-18d0-4708-8d87-56930befa3bf
2021-06-09T07:23:33.294Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eb9936b6-18d0-4708-8d87-56930befa3bf
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-06-09T07:23:33.295Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.295Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is not matching search criteria
2021-06-09T07:23:33.296Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-06-09T07:23:33.297Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-06-09T07:23:33.297Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cec75eb3-04aa-4ae5-86f1-9f88348bea16
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-06-09T07:23:33.298Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.299Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:33.299Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-06-09T07:23:33.299Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.300Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_juaPvp 0 is matching search criteria
2021-06-09T07:23:33.300Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_juaPvp 0] matching following query criteria: sdcType=VF, customizationUUID=ae9d9384-3117-4f59-abf0-2590e3f74b68
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-06-09T07:23:33.302Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.302Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.302Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid dcd7cd02-97d6-4a22-8f31-2fc43dc160b8: basic_onboard_juaPvp
2021-06-09T07:23:33.303Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.303Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.303Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.303Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.304Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.304Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.304Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.304Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.305Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:23:33.305Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_juaPvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:23:33.305Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_juaPvp
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-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_juaPvp 3b0e3bca-6253-4c57-b384-45536f275f36 1 ASDC deployResourceStructure
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json ASDC sendASDCNotification
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:23:33.368Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:33.370Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:33.370Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223413368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:33.470Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:33.471Z||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-06-09T07:23:33.471Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:33.479Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:33.479Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:34.371Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-06-09T07:23:34.371Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml
2021-06-09T07:23:34.372Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:23:34.372Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:34.374Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:34.374Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223414370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:34.475Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:23:34.475Z||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-06-09T07:23:34.475Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:34.483Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:34.484Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:35.375Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-06-09T07:23:35.375Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env
2021-06-09T07:23:35.376Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:23:35.376Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:35.378Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:35.379Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223415375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:35.479Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:23:35.479Z||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-06-09T07:23:35.480Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:35.487Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:35.488Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:36.380Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar ASDC sendASDCNotification
2021-06-09T07:23:36.380Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar
2021-06-09T07:23:36.381Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:23:36.381Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:23:36.384Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:23:36.384Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223416379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:23:36.484Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:23:36.485Z||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-06-09T07:23:36.485Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:23:36.492Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:23:36.492Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:23:37.386Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8982a454-3ecc-4be8-bd94-1af9ba393cbb
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-06-09T07:23:37.398Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8982a454-3ecc-4be8-bd94-1af9ba393cbb
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-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:23:37.402Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:23:37.403Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:23:37.403Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:23:37.403Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:23:37.403Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-06-09T07:23:37.408Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:24:07.408Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8982a454-3ecc-4be8-bd94-1af9ba393cbb 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-06-09T07:24:07.412Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8982a454-3ecc-4be8-bd94-1af9ba393cbb and serviceModelVersionId: dcd7cd02-97d6-4a22-8f31-2fc43dc160b8
2021-06-09T07:24:07.412Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff70d3ea-c15c-4b9a-905d-d5c971ed57b6
2021-06-09T07:24:07.413Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0
2021-06-09T07:24:07.417Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:24:07.443Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?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-06-09T07:24:07.444Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0|INFO|500||Invoke
2021-06-09T07:24:07.464Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-09T07:24:07.537Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0|INFO|500||InvokeReturn
2021-06-09T07:24:07.537Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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/ff70d3ea-c15c-4b9a-905d-d5c971ed57b6/model-vers/model-ver/dcd7cd02-97d6-4a22-8f31-2fc43dc160b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-07:24:07:471-12096], vertex-id=[172216], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:24:07 GMT], Content-Type=[application/json]}
2021-06-09T07:24:07.537Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:24:07.538Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:24:07.538Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-06-09T07:24:07.541Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-06-09T07:24:07.542Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8982a454-3ecc-4be8-bd94-1af9ba393cbb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:24:07.542Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:24:07.542Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:24:07.544Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:24:07.544Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223447542,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:24:07.645Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:24:07.645Z||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-06-09T07:24:07.645Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:24:07.657Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:24:07.657Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-09T07:24:08.555Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:08.556Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-06-09T07:24:08.556Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:11.902Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:11.902Z||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-06-09T07:24:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:12.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49481be0-f458-4140-bf1b-a95cb45d5ec2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223393712,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "NOTIFIED"
}
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223394725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223406211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223408761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223410242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223412273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223413368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/basic_onboard_juapvp0_modules.json",
"status": "DEPLOY_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223414370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223415375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/resourceInstances/basic_onboard_juapvp0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223416379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJuapvp/1.0/artifacts/service-BasicOnboardJuapvp-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8982a454-3ecc-4be8-bd94-1af9ba393cbb",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223447542,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:24:12.521Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:24:18.087Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:24:18.088Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:18.088Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-06-09T07:24:18.088Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:27.617Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:24:27.618Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:27.619Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-06-09T07:24:27.619Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:37.152Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:24:37.152Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:24:37.153Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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-06-09T07:24:37.153Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:24:46.686Z|8982a454-3ecc-4be8-bd94-1af9ba393cbb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:25:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:25:11.901Z||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-06-09T07:25:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:25:11.903Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:25:11.903Z||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-06-09T07:25:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:25:21.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:25:21.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:26:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:26:11.901Z||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-06-09T07:26:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:26:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:26:11.903Z||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-06-09T07:26:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:26:21.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:26:21.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:27:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:27:11.901Z||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-06-09T07:27:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:27:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:27:11.903Z||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-06-09T07:27:11.903Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:27:21.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:27:21.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:28:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:28:11.901Z||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-06-09T07:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:28:11.902Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:28:11.902Z||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-06-09T07:28:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:28:21.435Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:28:21.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:29:11.900Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:29:11.901Z||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-06-09T07:29:11.901Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:29:11.902Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:29:11.902Z||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-06-09T07:29:11.902Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:29:12.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:29:12.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:29:12.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"23fab416-79de-4e05-815b-248456deb980","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1d67a72f-f650-4bc0-bb89-fd3d14b32772","serviceDescription":"service","serviceInvariantUUID":"e9724442-ffd9-46f2-8c02-20a17205e608","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4ada5cb5-4e83-40d5-a7b0-21f071c6e74e","resourceInvariantUUID":"397ca110-36b6-47de-a87e-f551cd458acc","resourceCustomizationUUID":"c245b684-cf87-4e51-8e91-c0ba0850c8ac","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":"ZmQyNDMxN2MyODM3OTVjNGVkOWNlZjg5NWYyMjdiZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8eb95564-f1cf-46b8-a1eb-b5fdcb71bc4c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGE2OTM4MTE2Njg0MDc3YzEwODQ3ZGVmZGQ5NmY5NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c94b9f3-7ed6-4d48-8b79-fdd749b184f3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:29:12.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "aai-ml",
"timestamp": 1623223708893,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.528Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223715496,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.528Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223711905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "cds",
"timestamp": 1623223711376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "aai-ml",
"timestamp": 1623223708893,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "multicloud-k8s-id",
"timestamp": 1623223711905,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1623223715496,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:12.530Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:12.530Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223751900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "cds",
"timestamp": 1623223711376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "cds",
"timestamp": 1623223718609,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "aai-ml",
"timestamp": 1623223718687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "cds",
"timestamp": 1623223719613,
"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-06-09T07:29:12.543Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.543Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 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-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223720390,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "multicloud-windriver-id",
"timestamp": 1623223720390,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "aai-ml",
"timestamp": 1623223722066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:29:12.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "dcae-sch",
"timestamp": 1623223721690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "clamp",
"timestamp": 1623223721916,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "aai-ml",
"timestamp": 1623223723069,
"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-06-09T07:29:12.554Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.554Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 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-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "dcae-sch",
"timestamp": 1623223721690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "clamp",
"timestamp": 1623223721916,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "policy-id",
"timestamp": 1623223723038,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "policy-id",
"timestamp": 1623223723038,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "policy-id",
"timestamp": 1623223725776,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223725495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223725518,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "policy-id",
"timestamp": 1623223726780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223725495,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:12.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "ves-openapi-manager",
"timestamp": 1623223725518,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "policy-id",
"timestamp": 1623223727786,
"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-06-09T07:29:12.564Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.564Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 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-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223728546,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223730015,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1623223731017,
"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-06-09T07:29:12.572Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.572Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 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-06-09T07:29:12.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "clamp",
"timestamp": 1623223734423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "clamp",
"timestamp": 1623223736431,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-06-09T07:29:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "clamp",
"timestamp": 1623223737433,
"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-06-09T07:29:12.581Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23fab416-79de-4e05-815b-248456deb980
2021-06-09T07:29:12.581Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23fab416-79de-4e05-815b-248456deb980 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-06-09T07:29:12.630Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:29:12.631Z||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-06-09T07:29:12.631Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:12.640Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:29:12.641Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:29:13.531Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:29:13.532Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:13.534Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:13.535Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223751900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:29:13.635Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:29:13.635Z||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-06-09T07:29:13.635Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:13.642Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:29:13.643Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:29:14.536Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1d67a72f-f650-4bc0-bb89-fd3d14b32772",
"serviceDescription": "service",
"serviceInvariantUUID": "e9724442-ffd9-46f2-8c02-20a17205e608",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "c245b684-cf87-4e51-8e91-c0ba0850c8ac",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4ada5cb5-4e83-40d5-a7b0-21f071c6e74e",
"resourceInvariantUUID": "397ca110-36b6-47de-a87e-f551cd458acc",
"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": "NGE2OTM4MTE2Njg0MDc3YzEwODQ3ZGVmZGQ5NmY5NzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9c94b9f3-7ed6-4d48-8b79-fdd749b184f3"
}
],
"workloadContext": "Production"
}
2021-06-09T07:29:14.537Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:29:14.537Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d67a72f-f650-4bc0-bb89-fd3d14b32772 ASDC
2021-06-09T07:29:14.537Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:23fab416-79de-4e05-815b-248456deb980
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1d67a72f-f650-4bc0-bb89-fd3d14b32772
ServiceInvariantUUID:e9724442-ffd9-46f2-8c02-20a17205e608
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:9c94b9f3-7ed6-4d48-8b79-fdd749b184f3
ArtifactChecksum:NGE2OTM4MTE2Njg0MDc3YzEwODQ3ZGVmZGQ5NmY5NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c245b684-cf87-4e51-8e91-c0ba0850c8ac
ResourceInvariantUUID:397ca110-36b6-47de-a87e-f551cd458acc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4ada5cb5-4e83-40d5-a7b0-21f071c6e74e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-06-09T07:29:14.538Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d67a72f-f650-4bc0-bb89-fd3d14b32772 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-06-09T07:29:14.561Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:29:14.562Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:29:14.562Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:29:14.562Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9c94b9f3-7ed6-4d48-8b79-fdd749b184f3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T07:29:14.562Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:29:14.563Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T07:29:16.543Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9c94b9f3-7ed6-4d48-8b79-fdd749b184f3 52218
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:29:16.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:16.550Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:16.550Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223756547,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:29:16.650Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:29:16.651Z||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-06-09T07:29:16.651Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:16.659Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:29:16.659Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:29:17.551Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:29:17.551Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:29:17.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9c94b9f3-7ed6-4d48-8b79-fdd749b184f3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-06-09T07:29:17.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.626Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5126665708745960710/Definitions/service-BasicNetwork-template.yml
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.946Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:29:17.947Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.948Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1d67a72f-f650-4bc0-bb89-fd3d14b32772
Model Version:NULL
Model InvariantUuid:e9724442-ffd9-46f2-8c02-20a17205e608
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:397ca110-36b6-47de-a87e-f551cd458acc
Model UUID:51b7c76e-55bc-4bba-bb7f-7319797c5bac
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:c245b684-cf87-4e51-8e91-c0ba0850c8ac
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-06-09T07:29:17.952Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 4ada5cb5-4e83-40d5-a7b0-21f071c6e74e
2021-06-09T07:29:17.952Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||No resources found for Service: 1d67a72f-f650-4bc0-bb89-fd3d14b32772
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-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1d67a72f-f650-4bc0-bb89-fd3d14b32772
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1d67a72f-f650-4bc0-bb89-fd3d14b32772
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-06-09T07:29:17.955Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.960Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.960Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.960Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.960Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1d67a72f-f650-4bc0-bb89-fd3d14b32772: Generic NeutronNet
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.961Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:17.979Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.979Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:29:17.980Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-06-09T07:29:18.019Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:18.020Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:18.020Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223758019,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-06-09T07:29:18.121Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:29:18.121Z||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-06-09T07:29:18.122Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:18.130Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:29:18.131Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:29:19.021Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 23fab416-79de-4e05-815b-248456deb980
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-06-09T07:29:19.031Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 23fab416-79de-4e05-815b-248456deb980
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-06-09T07:29:19.033Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-06-09T07:29:19.033Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-06-09T07:29:19.034Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-06-09T07:29:19.038Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-06-09T07:29:49.038Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 23fab416-79de-4e05-815b-248456deb980 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-06-09T07:29:49.048Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 23fab416-79de-4e05-815b-248456deb980 and serviceModelVersionId: 1d67a72f-f650-4bc0-bb89-fd3d14b32772
2021-06-09T07:29:49.048Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9724442-ffd9-46f2-8c02-20a17205e608
2021-06-09T07:29:49.049Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0
2021-06-09T07:29:49.053Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-06-09T07:29:49.084Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?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-06-09T07:29:49.085Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0|INFO|500||Invoke
2021-06-09T07:29:49.103Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-06-09T07:29:49.345Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0|INFO|500||InvokeReturn
2021-06-09T07:29:49.346Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e9724442-ffd9-46f2-8c02-20a17205e608/model-vers/model-ver/1d67a72f-f650-4bc0-bb89-fd3d14b32772?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-07:29:49:110-41960], vertex-id=[401632], Content-Length=[0], Date=[Wed, 09 Jun 2021 07:29:49 GMT], Content-Type=[application/json]}
2021-06-09T07:29:49.346Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-06-09T07:29:49.346Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-06-09T07:29:49.346Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||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-06-09T07:29:49.350Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-06-09T07:29:49.350Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 23fab416-79de-4e05-815b-248456deb980 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-06-09T07:29:49.350Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-06-09T07:29:49.351Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:29:49.352Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:29:49.352Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223789350,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-06-09T07:29:49.453Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:29:49.453Z||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-06-09T07:29:49.454Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:29:49.466Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:29:49.466Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-06-09T07:30:11.900Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:30:11.901Z|23fab416-79de-4e05-815b-248456deb980|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-06-09T07:30:11.901Z|23fab416-79de-4e05-815b-248456deb980|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 JchHR69mxhy4Yk94) ...
2021-06-09T07:30:11.902Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-06-09T07:30:11.903Z||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-06-09T07:30:11.904Z||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 JchHR69mxhy4Yk94) ...
2021-06-09T07:30:12.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:12.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-06-09T07:30:12.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "23fab416-79de-4e05-815b-248456deb980",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223751900,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:30:12.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-06-09T07:30:12.517Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:12.518Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||received message from topic
2021-06-09T07:30:12.519Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3ff32d0-0da4-41c2-b68d-4366813c5ca4","serviceName":"Demo_pNF_dKoAOXAnVnjHgUtyBYSg","serviceVersion":"1.0","serviceUUID":"b35ea265-51b1-4188-9f96-f8626b5e530f","serviceDescription":"catalog service description","serviceInvariantUUID":"743ad55b-dc6b-4b72-864c-93f623688305","resources":[{"resourceInstanceName":"pNF ed4a3e4d-e0ff 0","resourceName":"pNF ed4a3e4d-e0ff","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fc1633f6-7d92-48d5-80d9-29a14be0cb49","resourceInvariantUUID":"0a1b3b97-d98f-4b45-af12-12b0174c1900","resourceCustomizationUUID":"be224447-7bf2-4e53-adb8-aac97e615640","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml","artifactChecksum":"NjNhMTNhZWZmZWI5NjY5YzgwMjFhYWI1NzJjOGQyZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8323e910-9703-4300-bac7-31ed4a0916bc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar","artifactChecksum":"MzAyNmI5NjY2NjM1ZTA3MzYyOTBjMzVmYjIxNzhhYjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0b3500b-35ea-494f-b4db-c6a07ba250a4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce7a09e1-301a-476a-abb9-2b898888113e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml","artifactChecksum":"YWNjNTE5NDE1MDYxMWM5ZjkwZjFiMDVlMzIzNTNmOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22e2ef13-af57-4a99-bad9-8465d943740d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5993a55-1c47-43cd-b6c5-b57546a2ae04","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"80be15a8-0daa-4415-98d2-a3317258280b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDkoaoxanvnjhgutybysg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml","artifactChecksum":"YjZhNTdmN2NmZWMyYmRmNDcxMjZiMGVhNDc5Njc4MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"898d3e09-134c-4b3e-8495-ff6508658ea6","artifactVersion":"1"},{"artifactName":"service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar","artifactChecksum":"ZjlmZWZhYThjZTI2YmY0MTIzMDM0Mzg1MTY1N2Y2Zjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a024d85b-c815-4973-9960-b39da2cba0ba","artifactVersion":"1"}],"workloadContext":"Production"}
2021-06-09T07:30:12.522Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:12.523Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:12.525Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:12.525Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223811900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:30:12.625Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:12.626Z||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-06-09T07:30:12.626Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:12.635Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:12.635Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:13.526Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:13.527Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:13.530Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:13.530Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223811900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:30:13.630Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:30:13.631Z||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-06-09T07:30:13.631Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:13.638Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:13.639Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:14.533Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:14.534Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:14.537Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:14.537Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223811900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:30:14.637Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:14.638Z||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-06-09T07:30:14.638Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:14.648Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:14.648Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:30:15.537Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:15.538Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:15.540Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:15.541Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223811900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:30:15.641Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:15.641Z||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-06-09T07:30:15.642Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:15.649Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:15.650Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:16.541Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:16.542Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:16.544Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:16.544Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223811900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:30:16.645Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-06-09T07:30:16.645Z||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-06-09T07:30:16.645Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:16.653Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:16.654Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:17.545Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:17.546Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:17.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:17.547Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223811900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/resourceInstances/pnfed4a3e4de0ff0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:30:17.648Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:30:17.649Z||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-06-09T07:30:17.649Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:17.657Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:17.657Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:18.548Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:18.549Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:18.551Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:18.551Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223811900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml",
"status": "NOT_NOTIFIED"
}
2021-06-09T07:30:18.651Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:18.652Z||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-06-09T07:30:18.652Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:18.660Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:18.661Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-06-09T07:30:19.552Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-06-09T07:30:19.553Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:19.555Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:19.555Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223811900,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
"status": "NOTIFIED"
}
2021-06-09T07:30:19.655Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-06-09T07:30:19.656Z||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-06-09T07:30:19.656Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:19.666Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:19.667Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:20.557Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"serviceName": "Demo_pNF_dKoAOXAnVnjHgUtyBYSg",
"serviceVersion": "1.0",
"serviceUUID": "b35ea265-51b1-4188-9f96-f8626b5e530f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "743ad55b-dc6b-4b72-864c-93f623688305",
"resources": [
{
"resourceInstanceName": "pNF ed4a3e4d-e0ff 0",
"resourceCustomizationUUID": "be224447-7bf2-4e53-adb8-aac97e615640",
"resourceName": "pNF ed4a3e4d-e0ff",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "fc1633f6-7d92-48d5-80d9-29a14be0cb49",
"resourceInvariantUUID": "0a1b3b97-d98f-4b45-af12-12b0174c1900",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
"artifactChecksum": "ZjlmZWZhYThjZTI2YmY0MTIzMDM0Mzg1MTY1N2Y2Zjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a024d85b-c815-4973-9960-b39da2cba0ba"
}
],
"workloadContext": "Production"
}
2021-06-09T07:30:20.557Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-06-09T07:30:20.557Z|23fab416-79de-4e05-815b-248456deb980|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b35ea265-51b1-4188-9f96-f8626b5e530f ASDC
2021-06-09T07:30:20.558Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d3ff32d0-0da4-41c2-b68d-4366813c5ca4
ServiceName:Demo_pNF_dKoAOXAnVnjHgUtyBYSg
ServiceVersion:1.0
ServiceUUID:b35ea265-51b1-4188-9f96-f8626b5e530f
ServiceInvariantUUID:743ad55b-dc6b-4b72-864c-93f623688305
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
ArtifactUUID:a024d85b-c815-4973-9960-b39da2cba0ba
ArtifactChecksum:ZjlmZWZhYThjZTI2YmY0MTIzMDM0Mzg1MTY1N2Y2Zjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ed4a3e4d-e0ff 0
ResourceCustomizationUUID:be224447-7bf2-4e53-adb8-aac97e615640
ResourceInvariantUUID:0a1b3b97-d98f-4b45-af12-12b0174c1900
ResourceName:pNF ed4a3e4d-e0ff
ResourceType:PNF
ResourceUUID:fc1633f6-7d92-48d5-80d9-29a14be0cb49
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-06-09T07:30:20.559Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b35ea265-51b1-4188-9f96-f8626b5e530f 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-06-09T07:30:20.582Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:30:20.582Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:30:20.582Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:30:20.582Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a024d85b-c815-4973-9960-b39da2cba0ba from URL: /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:20.583Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-06-09T07:30:20.583Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:21.164Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-06-09T07:30:21.171Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar a024d85b-c815-4973-9960-b39da2cba0ba 83337
2021-06-09T07:30:21.171Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar ASDC sendASDCNotification
2021-06-09T07:30:21.172Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:21.172Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-06-09T07:30:21.172Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-06-09T07:30:21.174Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-06-09T07:30:21.174Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "d3ff32d0-0da4-41c2-b68d-4366813c5ca4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1623223821171,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-06-09T07:30:21.275Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-06-09T07:30:21.275Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-06-09T07:30:21.276Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JchHR69mxhy4Yk94) ...
2021-06-09T07:30:21.284Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-06-09T07:30:21.284Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-06-09T07:30:22.175Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-06-09T07:30:22.176Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-06-09T07:30:22.177Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a024d85b-c815-4973-9960-b39da2cba0ba, URL: /sdc/v1/catalog/services/DemoPnfDkoaoxanvnjhgutybysg/1.0/artifacts/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar to file: /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.177Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.177Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.177Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.257Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18358578962681677183/Definitions/service-DemoPnfDkoaoxanvnjhgutybysg-template.yml
2021-06-09T07:30:22.811Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-06-09T07:30:22.811Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ed4a3e4d-e0ff 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ed4a3e4d-e0ff 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkoaoxanvnjhgutybysg-csar.csar
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Node template pNF ed4a3e4d-e0ff 0 is matching search criteria
2021-06-09T07:30:22.812Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF ed4a3e4d-e0ff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Node template pNF ed4a3e4d-e0ff 0 is matching search criteria
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF ed4a3e4d-e0ff 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.813Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:30:22.814Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.814Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_dKoAOXAnVnjHgUtyBYSg
Description:catalog service description
Model UUID:b35ea265-51b1-4188-9f96-f8626b5e530f
Model Version:NULL
Model InvariantUuid:743ad55b-dc6b-4b72-864c-93f623688305
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-06-09T07:30:22.818Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: fc1633f6-7d92-48d5-80d9-29a14be0cb49
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-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||pNF ed4a3e4d-e0ff 0
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fc1633f6-7d92-48d5-80d9-29a14be0cb49
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b35ea265-51b1-4188-9f96-f8626b5e530f
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b35ea265-51b1-4188-9f96-f8626b5e530f
2021-06-09T07:30:22.821Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ed4a3e4d-e0ff 0 fc1633f6-7d92-48d5-80d9-29a14be0cb49 ASDC
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-06-09T07:30:22.824Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-06-09T07:30:22.824Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_dKoAOXAnVnjHgUtyBYSg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-06-09T07:30:22.825Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b35ea265-51b1-4188-9f96-f8626b5e530f: pNF ed4a3e4d-e0ff
2021-06-09T07:30:22.825Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||INFO|500||Processing PNF resource: fc1633f6-7d92-48d5-80d9-29a14be0cb49
2021-06-09T07:30:22.825Z|d3ff32d0-0da4-41c2-b68d-4366813c5ca4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery