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-04-08T14:18:06.716Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-lww26 with PID 14 (/app/app.jar started by so in /app) 2021-04-08T14:18:06.721Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-08T14:18:06.721Z||main|||||INFO|500||The following profiles are active: basic 2021-04-08T14:18:13.568Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-08T14:18:13.569Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-08T14:18:13.648Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-08T14:18:15.217Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-08T14:18:15.372Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-08T14:18:15.766Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-08T14:18:15.773Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-08T14:18:15.840Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-08T14:18:15.948Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-08T14:18:16.364Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-08T14:18:17.032Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-08T14:18:19.215Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-08T14:18:19.255Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-08T14:18:19.576Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-08T14:18:19.819Z||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-04-08T14:18:21.144Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-08T14:18:22.060Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-08T14:18:22.076Z||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$$c5535d6.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-04-08T14:18:22.077Z||main|||||WARN|500||The sdc end point is not alive 2021-04-08T14:18:24.304Z||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-04-08T14:18:26.612Z||main|||||WARN|500||--- 2021-04-08T14:18:26.613Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-08T14:18:26.613Z||main|||||WARN|500||--- 2021-04-08T14:18:26.953Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-08T14:18:29.956Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-08T14:18:29.957Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-08T14:18:29.957Z||main|||||INFO|500||Started Application in 25.232 seconds (JVM running for 26.326) 2021-04-08T14:18:29.969Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-08T14:18:30.029Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-08T14:18:30.113Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee678310-0f31-4094-8cf2-aeffedec637a url= /sdc/v1/artifactTypes 2021-04-08T14:18:30.113Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-08T14:18:31.234Z||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.5.211] 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-04-08T14:18:31.238Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15cbbe36 2021-04-08T14:18:31.238Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-08T14:18:31.246Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-08T14:18:31.247Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-08T14:18:31.249Z||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-04-08T14:19:19.951Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-08T14:19:19.952Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-08T14:19:19.952Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-08T14:19:19.956Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-08T14:19:19.962Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2366fe7a-c22f-4c2b-86dd-081e3dd5aab3 url= /sdc/v1/artifactTypes 2021-04-08T14:19:19.963Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-08T14:19:20.152Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-08T14:19:20.161Z||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-04-08T14:19:20.184Z||scheduling-1|||||DEBUG|500||create keys 2021-04-08T14:19:20.190Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-08T14:19:20.217Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:19:20.235Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0636dbca-9de7-48f6-92f6-57744e1c8397 url= /sdc/v1/registerForDistribution 2021-04-08T14:19:20.323Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0636dbca-9de7-48f6-92f6-57744e1c8397 url= /sdc/v1/registerForDistribution 2021-04-08T14:19:20.323Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-08T14:19:20.337Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:19:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:19:20.342Z||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-04-08T14:19:20.342Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-08T14:19:20.342Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:19:20.343Z||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-04-08T14:19:20.343Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:19:30.574Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:19:30.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:20:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:20:20.335Z||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-04-08T14:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:20:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:20:20.337Z||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-04-08T14:20:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:20:29.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:20:29.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:21:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:21:20.335Z||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-04-08T14:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:21:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:21:20.337Z||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-04-08T14:21:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:21:29.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:21:29.893Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:22:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:22:20.336Z||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-04-08T14:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:22:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:22:20.337Z||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-04-08T14:22:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:22:29.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:22:29.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:23:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:23:20.335Z||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-04-08T14:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:23:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:23:20.336Z||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-04-08T14:23:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:23:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:23:29.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:24:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:24:20.335Z||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-04-08T14:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:24:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:24:20.337Z||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-04-08T14:24:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:24:29.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:24:29.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:25:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:25:20.335Z||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-04-08T14:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:25:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:25:20.336Z||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-04-08T14:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:25:29.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:25:29.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:26:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:26:20.335Z||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-04-08T14:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:26:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:26:20.337Z||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-04-08T14:26:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:26:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:26:29.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:27:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:27:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:27:20.336Z||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-04-08T14:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:27:20.336Z||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-04-08T14:27:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:27:29.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:27:29.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:28:07.377Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-08T14:28:07.500Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@499086b7 ((conn=447) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-08T14:28:07.502Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@17b131e2 ((conn=449) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-08T14:28:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:28:20.336Z||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-04-08T14:28:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:28:20.336Z||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-04-08T14:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:28:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:28:29.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:29:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:29:20.335Z||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-04-08T14:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:29:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:29:20.337Z||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-04-08T14:29:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:29:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:29:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:30:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:30:20.335Z||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-04-08T14:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:30:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:30:20.336Z||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-04-08T14:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:30:29.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:30:29.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:31:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:31:20.335Z||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-04-08T14:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:31:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:31:20.337Z||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-04-08T14:31:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:31:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:31:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:32:20.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:32:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:32:20.338Z||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-04-08T14:32:20.338Z||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-04-08T14:32:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:32:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:32:29.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:32:29.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:33:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:33:20.335Z||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-04-08T14:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:33:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:33:20.337Z||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-04-08T14:33:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:33:29.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:33:29.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:34:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:34:20.336Z||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-04-08T14:34:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:34:20.336Z||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-04-08T14:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:34:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:34:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:35:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:35:20.335Z||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-04-08T14:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:35:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:35:20.337Z||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-04-08T14:35:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:35:29.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:35:29.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:36:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:36:20.335Z||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-04-08T14:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:36:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:36:20.336Z||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-04-08T14:36:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:36:29.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:36:29.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:37:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:37:20.335Z||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-04-08T14:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:37:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:37:20.337Z||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-04-08T14:37:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:37:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:37:29.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:38:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:38:20.335Z||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-04-08T14:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:38:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:38:20.336Z||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-04-08T14:38:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:38:29.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:38:29.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:39:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:39:20.335Z||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-04-08T14:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:39:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:39:20.337Z||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-04-08T14:39:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:39:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:39:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:40:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:40:20.335Z||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-04-08T14:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:40:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:40:20.336Z||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-04-08T14:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:40:29.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:40:29.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:41:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:41:20.335Z||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-04-08T14:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:41:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:41:20.336Z||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-04-08T14:41:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:41:29.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:41:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:42:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:42:20.335Z||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-04-08T14:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:42:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:42:20.337Z||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-04-08T14:42:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:42:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:42:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:43:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:43:20.335Z||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-04-08T14:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:43:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:43:20.336Z||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-04-08T14:43:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:43:29.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:43:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:44:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:44:20.335Z||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-04-08T14:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:44:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:44:20.337Z||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-04-08T14:44:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:44:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:44:29.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:45:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:45:20.336Z||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-04-08T14:45:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:45:20.337Z||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-04-08T14:45:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:45:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:45:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:46:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:46:20.336Z||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-04-08T14:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:46:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:46:20.337Z||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-04-08T14:46:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:46:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:46:29.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:47:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:47:20.335Z||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-04-08T14:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:47:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:47:20.336Z||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-04-08T14:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:47:29.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:47:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:48:07.284Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@481d7e9d ((conn=450) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-08T14:48:07.289Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@4f83d2b3 ((conn=440) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-08T14:48:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:48:20.335Z||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-04-08T14:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:48:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:48:20.337Z||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-04-08T14:48:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:48:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:48:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:49:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:49:20.335Z||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-04-08T14:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:49:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:49:20.336Z||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-04-08T14:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:49:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:49:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:50:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:50:20.335Z||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-04-08T14:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:50:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:50:20.337Z||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-04-08T14:50:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:50:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:50:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:51:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:51:20.335Z||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-04-08T14:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:51:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:51:20.337Z||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-04-08T14:51:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:51:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:51:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:52:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:52:20.335Z||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-04-08T14:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:52:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:52:20.336Z||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-04-08T14:52:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:52:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:52:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:53:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:53:20.335Z||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-04-08T14:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:53:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:53:20.336Z||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-04-08T14:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:53:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:53:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:54:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:54:20.335Z||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-04-08T14:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:54:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:54:20.336Z||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-04-08T14:54:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:54:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:54:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:55:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:55:20.335Z||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-04-08T14:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:55:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:55:20.337Z||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-04-08T14:55:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:55:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:55:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:56:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:56:20.335Z||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-04-08T14:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:56:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:56:20.336Z||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-04-08T14:56:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:56:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:56:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:57:20.335Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:57:20.336Z||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-04-08T14:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:57:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:57:20.337Z||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-04-08T14:57:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:57:29.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:57:29.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:58:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:58:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:58:20.336Z||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-04-08T14:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:58:20.337Z||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-04-08T14:58:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:58:29.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:58:29.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:59:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:59:20.336Z||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-04-08T14:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:59:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T14:59:20.337Z||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-04-08T14:59:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T14:59:29.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T14:59:29.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:00:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:00:20.335Z||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-04-08T15:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:00:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:00:20.336Z||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-04-08T15:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:00:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:00:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:01:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:01:20.335Z||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-04-08T15:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:01:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:01:20.336Z||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-04-08T15:01:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:01:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:01:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:02:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:02:20.335Z||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-04-08T15:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:02:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:02:20.336Z||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-04-08T15:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:02:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:02:29.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:03:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:03:20.335Z||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-04-08T15:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:03:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:03:20.336Z||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-04-08T15:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:03:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:03:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:04:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:04:20.335Z||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-04-08T15:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:04:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:04:20.336Z||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-04-08T15:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:04:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:04:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:05:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:05:20.335Z||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-04-08T15:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:05:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:05:20.336Z||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-04-08T15:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:05:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:05:29.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:06:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:06:20.335Z||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-04-08T15:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:06:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:06:20.336Z||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-04-08T15:06:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:06:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:06:29.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:07:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:07:20.335Z||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-04-08T15:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:07:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:07:20.337Z||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-04-08T15:07:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:07:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:07:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:08:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:08:20.335Z||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-04-08T15:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:08:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:08:20.337Z||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-04-08T15:08:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:08:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:08:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:09:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:09:20.335Z||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-04-08T15:09:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:09:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:09:20.337Z||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-04-08T15:09:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:09:29.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:09:29.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:10:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:10:20.335Z||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-04-08T15:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:10:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:10:20.336Z||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-04-08T15:10:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:10:29.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:10:29.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:11:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:11:20.335Z||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-04-08T15:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:11:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:11:20.336Z||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-04-08T15:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:11:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:11:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:12:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:12:20.335Z||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-04-08T15:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:12:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:12:20.337Z||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-04-08T15:12:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:12:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:12:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:13:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:13:20.335Z||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-04-08T15:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:13:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:13:20.336Z||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-04-08T15:13:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:13:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:13:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:14:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:14:20.335Z||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-04-08T15:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:14:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:14:20.337Z||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-04-08T15:14:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:14:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:14:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:15:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:15:20.335Z||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-04-08T15:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:15:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:15:20.337Z||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-04-08T15:15:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:15:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:15:29.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:16:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:16:20.335Z||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-04-08T15:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:16:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:16:20.336Z||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-04-08T15:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:16:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:16:29.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:17:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:17:20.335Z||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-04-08T15:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:17:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:17:20.337Z||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-04-08T15:17:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:17:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:17:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:18:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:18:20.335Z||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-04-08T15:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:18:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:18:20.336Z||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-04-08T15:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:18:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:18:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:19:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:19:20.335Z||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-04-08T15:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:19:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:19:20.337Z||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-04-08T15:19:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:19:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:19:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:20:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:20:20.335Z||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-04-08T15:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:20:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:20:20.336Z||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-04-08T15:20:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:20:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:20:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:21:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:21:20.335Z||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-04-08T15:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:21:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:21:20.337Z||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-04-08T15:21:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:21:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:21:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:22:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:22:20.335Z||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-04-08T15:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:22:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:22:20.337Z||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-04-08T15:22:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:22:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:22:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:23:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:23:20.335Z||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-04-08T15:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:23:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:23:20.336Z||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-04-08T15:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:23:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:23:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:24:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:24:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T15:24:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T15:24:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:24:20.337Z||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-04-08T15:24:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:24:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:24:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:25:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:25:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T15:25:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T15:25:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:25:20.337Z||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-04-08T15:25:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:25:29.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:25:29.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:26:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:26:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T15:26:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T15:26:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:26:20.338Z||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-04-08T15:26:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:26:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:26:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:27:20.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:27:20.336Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T15:27:20.336Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T15:27:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:27:20.337Z||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-04-08T15:27:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:27:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:27:29.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:28:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:28:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T15:28:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T15:28:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:28:20.337Z||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-04-08T15:28:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:28:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:28:29.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:29:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:29:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T15:29:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T15:29:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:29:20.336Z||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-04-08T15:29:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:29:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:29:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:30:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:30:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T15:30:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T15:30:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:30:20.337Z||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-04-08T15:30:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:30:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:30:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:31:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:31:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T15:31:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T15:31:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:31:20.337Z||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-04-08T15:31:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:31:29.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:31:29.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:32:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:32:20.335Z||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-04-08T15:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:32:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:32:20.337Z||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-04-08T15:32:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:32:29.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:32:29.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:33:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:33:20.335Z||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-04-08T15:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:33:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:33:20.336Z||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-04-08T15:33:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:33:29.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:33:29.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:34:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:34:20.335Z||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-04-08T15:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:34:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:34:20.337Z||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-04-08T15:34:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:34:29.894Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:34:29.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:35:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:35:20.335Z||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-04-08T15:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:35:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:35:20.337Z||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-04-08T15:35:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:35:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:35:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:36:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:36:20.335Z||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-04-08T15:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:36:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:36:20.336Z||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-04-08T15:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:36:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:36:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:37:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:37:20.335Z||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-04-08T15:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:37:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:37:20.337Z||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-04-08T15:37:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:37:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:37:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:38:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:38:20.335Z||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-04-08T15:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:38:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:38:20.336Z||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-04-08T15:38:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:38:29.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:38:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:39:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:39:20.335Z||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-04-08T15:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:39:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:39:20.336Z||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-04-08T15:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:39:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:39:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:40:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:40:20.335Z||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-04-08T15:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:40:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:40:20.336Z||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-04-08T15:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:40:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:40:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:41:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:41:20.335Z||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-04-08T15:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:41:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:41:20.336Z||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-04-08T15:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:41:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:41:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:42:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:42:20.335Z||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-04-08T15:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:42:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:42:20.337Z||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-04-08T15:42:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:42:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:42:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:43:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:43:20.335Z||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-04-08T15:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:43:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:43:20.336Z||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-04-08T15:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:43:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:43:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:44:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:44:20.335Z||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-04-08T15:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:44:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:44:20.336Z||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-04-08T15:44:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:44:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:44:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:45:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:45:20.335Z||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-04-08T15:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:45:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:45:20.337Z||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-04-08T15:45:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:45:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:45:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:46:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:46:20.335Z||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-04-08T15:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:46:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:46:20.336Z||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-04-08T15:46:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:46:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:46:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:47:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:47:20.335Z||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-04-08T15:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:47:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:47:20.336Z||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-04-08T15:47:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:47:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:47:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:48:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:48:20.335Z||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-04-08T15:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:48:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:48:20.337Z||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-04-08T15:48:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:48:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:48:29.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:49:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:49:20.335Z||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-04-08T15:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:49:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:49:20.336Z||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-04-08T15:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:49:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:49:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:50:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:50:20.335Z||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-04-08T15:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:50:20.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:50:20.337Z||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-04-08T15:50:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:50:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:50:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:51:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:51:20.335Z||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-04-08T15:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:51:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:51:20.336Z||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-04-08T15:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:51:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:51:29.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:52:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:52:20.335Z||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-04-08T15:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:52:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:52:20.336Z||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-04-08T15:52:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:52:29.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:52:29.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:53:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:53:20.335Z||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-04-08T15:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:53:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:53:20.337Z||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-04-08T15:53:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:53:29.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:53:29.886Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:54:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:54:20.335Z||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-04-08T15:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:54:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:54:20.337Z||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-04-08T15:54:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:54:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:54:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:55:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:55:20.335Z||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-04-08T15:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:55:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:55:20.336Z||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-04-08T15:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:55:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:55:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:56:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:56:20.335Z||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-04-08T15:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:56:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:56:20.336Z||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-04-08T15:56:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:56:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:56:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:57:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:57:20.335Z||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-04-08T15:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:57:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:57:20.336Z||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-04-08T15:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:57:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:57:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:58:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:58:20.335Z||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-04-08T15:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:58:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:58:20.336Z||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-04-08T15:58:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:58:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:58:29.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:59:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:59:20.335Z||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-04-08T15:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:59:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T15:59:20.337Z||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-04-08T15:59:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T15:59:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T15:59:29.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:00:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:00:20.335Z||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-04-08T16:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:00:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:00:20.336Z||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-04-08T16:00:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:00:29.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:00:29.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:01:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:01:20.335Z||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-04-08T16:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:01:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:01:20.337Z||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-04-08T16:01:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:01:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:01:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:02:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:02:20.335Z||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-04-08T16:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:02:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:02:20.336Z||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-04-08T16:02:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:02:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:02:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:03:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:03:20.335Z||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-04-08T16:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:03:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:03:20.337Z||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-04-08T16:03:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:03:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:03:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:04:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:04:20.335Z||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-04-08T16:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:04:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:04:20.336Z||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-04-08T16:04:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:04:29.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:04:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:05:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:05:20.335Z||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-04-08T16:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:05:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:05:20.336Z||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-04-08T16:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:05:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:05:29.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:06:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:06:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:06:20.336Z||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-04-08T16:06:20.336Z||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-04-08T16:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:06:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:06:29.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:06:29.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:07:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:07:20.335Z||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-04-08T16:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:07:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:07:20.336Z||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-04-08T16:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:07:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:07:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:08:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:08:20.335Z||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-04-08T16:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:08:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:08:20.337Z||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-04-08T16:08:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:08:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:08:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:09:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:09:20.335Z||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-04-08T16:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:09:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:09:20.337Z||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-04-08T16:09:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:09:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:09:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:10:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:10:20.335Z||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-04-08T16:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:10:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:10:20.336Z||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-04-08T16:10:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:10:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:10:29.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:11:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:11:20.335Z||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-04-08T16:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:11:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:11:20.336Z||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-04-08T16:11:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:11:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:11:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:12:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:12:20.335Z||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-04-08T16:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:12:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:12:20.337Z||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-04-08T16:12:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:12:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:12:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:13:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:13:20.335Z||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-04-08T16:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:13:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:13:20.336Z||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-04-08T16:13:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:13:29.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:13:29.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:14:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:14:20.335Z||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-04-08T16:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:14:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:14:20.336Z||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-04-08T16:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:14:29.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:14:29.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:15:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:15:20.335Z||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-04-08T16:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:15:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:15:20.337Z||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-04-08T16:15:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:15:29.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:15:29.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:16:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:16:20.335Z||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-04-08T16:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:16:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:16:20.337Z||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-04-08T16:16:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:16:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:16:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:17:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:17:20.335Z||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-04-08T16:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:17:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:17:20.336Z||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-04-08T16:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:17:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:17:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:18:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:18:20.335Z||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-04-08T16:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:18:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:18:20.336Z||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-04-08T16:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:18:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:18:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:19:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:19:20.335Z||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-04-08T16:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:19:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:19:20.336Z||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-04-08T16:19:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:19:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:19:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:20:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:20:20.335Z||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-04-08T16:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:20:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:20:20.336Z||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-04-08T16:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:20:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:20:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:21:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:21:20.335Z||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-04-08T16:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:21:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:21:20.337Z||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-04-08T16:21:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:21:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:21:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:22:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:22:20.335Z||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-04-08T16:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:22:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:22:20.336Z||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-04-08T16:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:22:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:22:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:23:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:23:20.335Z||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-04-08T16:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:23:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:23:20.336Z||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-04-08T16:23:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:23:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:23:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:24:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:24:20.335Z||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-04-08T16:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:24:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:24:20.336Z||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-04-08T16:24:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:24:29.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:24:29.887Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:25:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:25:20.335Z||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-04-08T16:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:25:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:25:20.336Z||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-04-08T16:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:25:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:25:29.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:26:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:26:20.335Z||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-04-08T16:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:26:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:26:20.336Z||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-04-08T16:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:26:29.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:26:29.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:27:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:27:20.335Z||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-04-08T16:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:27:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:27:20.336Z||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-04-08T16:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:27:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:27:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:28:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:28:20.335Z||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-04-08T16:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:28:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:28:20.336Z||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-04-08T16:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:28:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:28:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:29:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:29:20.335Z||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-04-08T16:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:29:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:29:20.336Z||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-04-08T16:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:29:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:29:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:30:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:30:20.335Z||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-04-08T16:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:30:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:30:20.336Z||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-04-08T16:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:30:29.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:30:29.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:31:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:31:20.335Z||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-04-08T16:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:31:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:31:20.336Z||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-04-08T16:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:31:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:31:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:32:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:32:20.335Z||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-04-08T16:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:32:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:32:20.337Z||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-04-08T16:32:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:32:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:32:29.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:33:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:33:20.336Z||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-04-08T16:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:33:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:33:20.336Z||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-04-08T16:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:33:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:33:29.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:34:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:34:20.335Z||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-04-08T16:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:34:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:34:20.336Z||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-04-08T16:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:34:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:34:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:35:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:35:20.335Z||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-04-08T16:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:35:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:35:20.336Z||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-04-08T16:35:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:35:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:35:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:36:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:36:20.335Z||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-04-08T16:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:36:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:36:20.336Z||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-04-08T16:36:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:36:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:36:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:37:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:37:20.335Z||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-04-08T16:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:37:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:37:20.336Z||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-04-08T16:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:37:29.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:37:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:38:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:38:20.335Z||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-04-08T16:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:38:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:38:20.336Z||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-04-08T16:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:38:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:38:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:39:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:39:20.360Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:39:20.360Z||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-04-08T16:39:20.360Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:39:20.360Z||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-04-08T16:39:20.360Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:39:29.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:39:29.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:40:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:40:20.335Z||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-04-08T16:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:40:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:40:20.336Z||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-04-08T16:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:40:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:40:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:41:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:41:20.335Z||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-04-08T16:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:41:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:41:20.336Z||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-04-08T16:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:41:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:41:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:42:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:42:20.335Z||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-04-08T16:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:42:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:42:20.336Z||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-04-08T16:42:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:42:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:42:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:43:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:43:20.335Z||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-04-08T16:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:43:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:43:20.336Z||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-04-08T16:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:43:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:43:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:44:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:44:20.335Z||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-04-08T16:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:44:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:44:20.337Z||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-04-08T16:44:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:44:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:44:29.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:45:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:45:20.335Z||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-04-08T16:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:45:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:45:20.336Z||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-04-08T16:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:45:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:45:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:46:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:46:20.335Z||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-04-08T16:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:46:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:46:20.337Z||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-04-08T16:46:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:46:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:46:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:47:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:47:20.335Z||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-04-08T16:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:47:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:47:20.336Z||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-04-08T16:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:47:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:47:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:48:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:48:20.335Z||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-04-08T16:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:48:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:48:20.337Z||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-04-08T16:48:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:48:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:48:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:49:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:49:20.335Z||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-04-08T16:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:49:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:49:20.336Z||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-04-08T16:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:49:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:49:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:50:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:50:20.335Z||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-04-08T16:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:50:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:50:20.336Z||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-04-08T16:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:50:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:50:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:51:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:51:20.335Z||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-04-08T16:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:51:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:51:20.336Z||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-04-08T16:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:51:29.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:51:29.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:52:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:52:20.335Z||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-04-08T16:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:52:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:52:20.336Z||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-04-08T16:52:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:52:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:52:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:53:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:53:20.335Z||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-04-08T16:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:53:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:53:20.336Z||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-04-08T16:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:53:29.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:53:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:54:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:54:20.335Z||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-04-08T16:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:54:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:54:20.336Z||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-04-08T16:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:54:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:54:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:55:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:55:20.335Z||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-04-08T16:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:55:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:55:20.336Z||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-04-08T16:55:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:55:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:55:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:56:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:56:20.335Z||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-04-08T16:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:56:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:56:20.336Z||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-04-08T16:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:56:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:56:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:57:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:57:20.335Z||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-04-08T16:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:57:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:57:20.336Z||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-04-08T16:57:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:57:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:57:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:58:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:58:20.335Z||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-04-08T16:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:58:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:58:20.336Z||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-04-08T16:58:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:58:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:58:29.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:59:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:59:20.335Z||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-04-08T16:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:59:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T16:59:20.336Z||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-04-08T16:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T16:59:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T16:59:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:00:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:00:20.335Z||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-04-08T17:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:00:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:00:20.336Z||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-04-08T17:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:00:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:00:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:01:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:01:20.335Z||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-04-08T17:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:01:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:01:20.337Z||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-04-08T17:01:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:01:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:01:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:02:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:02:20.335Z||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-04-08T17:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:02:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:02:20.336Z||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-04-08T17:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:02:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:02:29.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:03:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:03:20.335Z||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-04-08T17:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:03:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:03:20.337Z||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-04-08T17:03:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:03:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:03:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:04:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:04:20.335Z||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-04-08T17:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:04:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:04:20.337Z||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-04-08T17:04:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:04:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:04:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:05:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:05:20.335Z||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-04-08T17:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:05:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:05:20.336Z||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-04-08T17:05:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:05:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:05:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:06:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:06:20.335Z||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-04-08T17:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:06:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:06:20.336Z||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-04-08T17:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:06:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:06:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:07:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:07:20.335Z||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-04-08T17:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:07:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:07:20.336Z||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-04-08T17:07:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:07:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:07:29.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:08:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:08:20.335Z||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-04-08T17:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:08:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:08:20.336Z||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-04-08T17:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:08:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:08:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:09:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:09:20.335Z||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-04-08T17:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:09:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:09:20.337Z||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-04-08T17:09:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:09:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:09:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:10:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:10:20.335Z||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-04-08T17:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:10:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:10:20.336Z||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-04-08T17:10:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:10:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:10:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:11:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:11:20.335Z||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-04-08T17:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:11:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:11:20.336Z||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-04-08T17:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:11:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:11:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:12:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:12:20.335Z||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-04-08T17:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:12:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:12:20.336Z||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-04-08T17:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:12:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:12:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:13:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:13:20.335Z||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-04-08T17:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:13:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:13:20.337Z||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-04-08T17:13:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:13:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:13:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:14:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:14:20.335Z||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-04-08T17:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:14:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:14:20.336Z||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-04-08T17:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:14:29.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:14:29.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:15:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:15:20.335Z||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-04-08T17:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:15:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:15:20.336Z||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-04-08T17:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:15:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:15:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:16:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:16:20.335Z||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-04-08T17:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:16:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:16:20.336Z||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-04-08T17:16:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:16:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:16:29.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:17:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:17:20.335Z||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-04-08T17:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:17:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:17:20.337Z||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-04-08T17:17:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:17:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:17:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:18:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:18:20.335Z||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-04-08T17:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:18:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:18:20.336Z||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-04-08T17:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:18:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:18:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:19:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:19:20.335Z||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-04-08T17:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:19:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:19:20.336Z||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-04-08T17:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:19:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:19:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:20:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:20:20.335Z||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-04-08T17:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:20:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:20:20.336Z||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-04-08T17:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:20:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:20:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:21:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:21:20.335Z||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-04-08T17:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:21:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:21:20.336Z||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-04-08T17:21:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:21:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:21:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:22:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:22:20.335Z||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-04-08T17:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:22:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:22:20.336Z||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-04-08T17:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:22:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:22:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:23:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:23:20.335Z||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-04-08T17:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:23:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:23:20.336Z||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-04-08T17:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:23:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:23:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:24:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:24:20.335Z||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-04-08T17:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:24:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:24:20.336Z||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-04-08T17:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:24:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:24:29.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:25:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:25:20.335Z||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-04-08T17:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:25:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:25:20.336Z||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-04-08T17:25:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:25:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:25:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:26:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:26:20.335Z||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-04-08T17:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:26:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:26:20.337Z||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-04-08T17:26:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:26:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:26:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:27:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:27:20.335Z||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-04-08T17:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:27:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:27:20.336Z||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-04-08T17:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:27:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:27:29.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:28:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:28:20.335Z||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-04-08T17:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:28:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:28:20.336Z||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-04-08T17:28:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:28:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:28:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:29:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:29:20.335Z||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-04-08T17:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:29:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:29:20.337Z||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-04-08T17:29:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:29:29.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:29:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:30:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:30:20.335Z||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-04-08T17:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:30:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:30:20.336Z||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-04-08T17:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:30:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:30:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:31:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:31:20.335Z||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-04-08T17:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:31:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:31:20.336Z||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-04-08T17:31:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:31:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:31:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:32:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:32:20.335Z||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-04-08T17:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:32:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:32:20.336Z||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-04-08T17:32:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:32:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:32:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:33:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:33:20.335Z||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-04-08T17:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:33:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:33:20.336Z||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-04-08T17:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:33:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:33:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:34:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:34:20.335Z||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-04-08T17:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:34:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:34:20.336Z||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-04-08T17:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:34:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:34:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:35:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:35:20.335Z||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-04-08T17:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:35:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:35:20.337Z||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-04-08T17:35:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:35:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:35:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:36:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:36:20.335Z||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-04-08T17:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:36:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:36:20.336Z||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-04-08T17:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:36:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:36:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:37:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:37:20.335Z||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-04-08T17:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:37:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:37:20.336Z||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-04-08T17:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:37:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:37:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:38:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:38:20.335Z||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-04-08T17:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:38:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:38:20.336Z||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-04-08T17:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:38:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:38:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:39:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:39:20.335Z||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-04-08T17:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:39:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:39:20.336Z||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-04-08T17:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:39:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:39:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:40:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:40:20.335Z||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-04-08T17:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:40:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:40:20.336Z||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-04-08T17:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:40:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:40:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:41:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:41:20.335Z||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-04-08T17:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:41:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:41:20.336Z||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-04-08T17:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:41:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:41:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:42:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:42:20.335Z||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-04-08T17:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:42:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:42:20.336Z||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-04-08T17:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:42:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:42:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:43:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:43:20.335Z||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-04-08T17:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:43:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:43:20.336Z||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-04-08T17:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:43:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:43:29.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:44:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:44:20.335Z||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-04-08T17:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:44:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:44:20.336Z||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-04-08T17:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:44:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:44:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:45:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:45:20.335Z||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-04-08T17:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:45:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:45:20.336Z||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-04-08T17:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:45:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:45:29.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:46:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:46:20.335Z||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-04-08T17:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:46:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:46:20.336Z||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-04-08T17:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:46:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:46:29.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:47:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:47:20.335Z||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-04-08T17:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:47:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:47:20.336Z||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-04-08T17:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:47:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:47:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:48:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:48:20.335Z||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-04-08T17:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:48:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:48:20.337Z||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-04-08T17:48:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:48:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:48:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:49:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:49:20.335Z||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-04-08T17:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:49:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:49:20.336Z||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-04-08T17:49:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:49:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:49:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:50:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:50:20.335Z||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-04-08T17:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:50:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:50:20.337Z||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-04-08T17:50:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:50:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:50:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:51:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:51:20.335Z||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-04-08T17:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:51:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:51:20.336Z||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-04-08T17:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:51:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:51:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:52:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:52:20.335Z||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-04-08T17:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:52:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:52:20.336Z||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-04-08T17:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:52:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:52:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:53:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:53:20.335Z||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-04-08T17:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:53:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:53:20.336Z||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-04-08T17:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:53:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:53:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:54:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:54:20.335Z||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-04-08T17:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:54:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:54:20.336Z||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-04-08T17:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:54:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:54:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:55:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:55:20.335Z||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-04-08T17:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:55:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:55:20.336Z||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-04-08T17:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:55:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:55:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:56:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:56:20.335Z||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-04-08T17:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:56:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:56:20.336Z||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-04-08T17:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:56:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:56:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:57:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:57:20.335Z||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-04-08T17:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:57:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:57:20.336Z||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-04-08T17:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:57:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:57:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:58:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:58:20.335Z||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-04-08T17:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:58:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:58:20.336Z||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-04-08T17:58:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:58:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:58:29.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:59:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:59:20.335Z||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-04-08T17:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:59:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T17:59:20.336Z||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-04-08T17:59:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T17:59:29.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T17:59:29.892Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:00:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:00:20.335Z||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-04-08T18:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:00:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:00:20.336Z||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-04-08T18:00:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:00:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:00:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:01:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:01:20.335Z||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-04-08T18:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:01:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:01:20.336Z||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-04-08T18:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:01:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:01:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:02:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:02:20.335Z||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-04-08T18:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:02:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:02:20.336Z||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-04-08T18:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:02:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:02:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:03:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:03:20.335Z||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-04-08T18:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:03:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:03:20.336Z||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-04-08T18:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:03:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:03:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:04:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:04:20.335Z||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-04-08T18:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:04:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:04:20.336Z||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-04-08T18:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:04:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:04:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:05:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:05:20.335Z||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-04-08T18:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:05:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:05:20.336Z||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-04-08T18:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:05:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:05:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:06:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:06:20.335Z||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-04-08T18:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:06:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:06:20.337Z||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-04-08T18:06:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:06:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:06:29.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:07:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:07:20.335Z||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-04-08T18:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:07:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:07:20.336Z||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-04-08T18:07:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:07:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:07:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:08:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:08:20.334Z||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-04-08T18:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:08:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:08:20.336Z||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-04-08T18:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:08:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:08:29.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:09:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:09:20.335Z||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-04-08T18:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:09:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:09:20.336Z||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-04-08T18:09:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:09:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:09:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:10:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:10:20.335Z||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-04-08T18:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:10:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:10:20.336Z||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-04-08T18:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:10:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:10:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:11:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:11:20.335Z||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-04-08T18:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:11:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:11:20.336Z||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-04-08T18:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:11:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:11:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:12:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:12:20.335Z||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-04-08T18:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:12:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:12:20.336Z||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-04-08T18:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:12:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:12:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:13:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:13:20.335Z||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-04-08T18:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:13:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:13:20.336Z||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-04-08T18:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:13:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:13:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:14:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:14:20.335Z||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-04-08T18:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:14:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:14:20.336Z||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-04-08T18:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:14:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:14:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:15:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:15:20.335Z||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-04-08T18:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:15:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:15:20.336Z||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-04-08T18:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:15:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:15:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:16:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:16:20.335Z||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-04-08T18:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:16:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:16:20.336Z||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-04-08T18:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:16:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:16:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:17:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:17:20.335Z||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-04-08T18:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:17:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:17:20.336Z||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-04-08T18:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:17:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:17:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:18:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:18:20.335Z||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-04-08T18:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:18:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:18:20.336Z||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-04-08T18:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:18:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:18:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:19:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:19:20.335Z||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-04-08T18:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:19:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:19:20.336Z||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-04-08T18:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:19:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:19:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:20:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:20:20.335Z||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-04-08T18:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:20:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:20:20.336Z||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-04-08T18:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:20:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:20:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:21:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:21:20.335Z||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-04-08T18:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:21:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:21:20.336Z||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-04-08T18:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:21:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:21:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:22:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:22:20.335Z||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-04-08T18:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:22:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:22:20.337Z||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-04-08T18:22:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:22:29.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:22:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:23:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:23:20.335Z||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-04-08T18:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:23:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:23:20.336Z||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-04-08T18:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:23:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:23:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:24:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:24:20.335Z||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-04-08T18:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:24:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:24:20.337Z||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-04-08T18:24:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:24:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:24:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:25:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:25:20.335Z||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-04-08T18:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:25:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:25:20.336Z||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-04-08T18:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:25:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:25:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:26:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:26:20.335Z||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-04-08T18:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:26:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:26:20.336Z||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-04-08T18:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:26:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:26:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:27:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:27:20.334Z||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-04-08T18:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:27:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:27:20.336Z||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-04-08T18:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:27:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:27:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:28:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:28:20.335Z||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-04-08T18:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:28:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:28:20.336Z||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-04-08T18:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:28:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:28:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:29:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:29:20.335Z||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-04-08T18:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:29:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:29:20.336Z||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-04-08T18:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:29:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:29:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:30:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:30:20.335Z||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-04-08T18:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:30:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:30:20.336Z||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-04-08T18:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:30:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:30:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:31:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:31:20.335Z||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-04-08T18:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:31:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:31:20.336Z||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-04-08T18:31:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:31:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:31:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:32:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:32:20.335Z||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-04-08T18:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:32:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:32:20.336Z||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-04-08T18:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:32:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:32:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:33:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:33:20.335Z||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-04-08T18:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:33:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:33:20.336Z||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-04-08T18:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:33:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:33:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:34:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:34:20.335Z||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-04-08T18:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:34:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:34:20.337Z||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-04-08T18:34:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:34:29.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:34:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:35:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:35:20.335Z||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-04-08T18:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:35:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:35:20.336Z||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-04-08T18:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:35:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:35:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:36:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:36:20.335Z||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-04-08T18:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:36:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:36:20.336Z||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-04-08T18:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:36:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:36:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:37:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:37:20.335Z||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-04-08T18:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:37:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:37:20.336Z||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-04-08T18:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:37:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:37:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:38:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:38:20.335Z||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-04-08T18:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:38:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:38:20.336Z||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-04-08T18:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:38:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:38:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:39:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:39:20.335Z||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-04-08T18:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:39:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:39:20.336Z||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-04-08T18:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:39:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:39:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:40:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:40:20.335Z||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-04-08T18:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:40:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:40:20.336Z||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-04-08T18:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:40:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:40:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:41:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:41:20.335Z||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-04-08T18:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:41:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:41:20.336Z||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-04-08T18:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:41:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:41:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:42:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:42:20.335Z||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-04-08T18:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:42:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:42:20.337Z||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-04-08T18:42:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:42:29.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:42:29.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:43:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:43:20.335Z||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-04-08T18:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:43:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:43:20.336Z||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-04-08T18:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:43:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:43:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:44:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:44:20.335Z||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-04-08T18:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:44:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:44:20.336Z||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-04-08T18:44:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:44:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:44:29.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:45:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:45:20.335Z||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-04-08T18:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:45:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:45:20.336Z||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-04-08T18:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:45:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:45:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:46:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:46:20.335Z||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-04-08T18:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:46:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:46:20.337Z||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-04-08T18:46:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:46:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:46:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:47:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:47:20.334Z||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-04-08T18:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:47:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:47:20.336Z||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-04-08T18:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:47:29.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:47:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:48:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:48:20.335Z||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-04-08T18:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:48:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:48:20.336Z||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-04-08T18:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:48:29.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:48:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:49:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:49:20.334Z||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-04-08T18:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:49:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:49:20.336Z||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-04-08T18:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:49:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:49:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:50:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:50:20.335Z||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-04-08T18:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:50:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:50:20.336Z||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-04-08T18:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:50:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:50:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:51:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:51:20.335Z||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-04-08T18:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:51:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:51:20.336Z||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-04-08T18:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:51:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:51:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:52:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:52:20.335Z||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-04-08T18:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:52:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:52:20.336Z||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-04-08T18:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:52:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:52:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:53:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:53:20.335Z||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-04-08T18:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:53:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:53:20.336Z||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-04-08T18:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:53:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:53:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:54:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:54:20.335Z||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-04-08T18:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:54:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:54:20.336Z||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-04-08T18:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:54:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:54:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:55:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:55:20.334Z||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-04-08T18:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:55:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:55:20.336Z||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-04-08T18:55:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:55:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:55:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:56:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:56:20.335Z||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-04-08T18:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:56:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:56:20.336Z||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-04-08T18:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:56:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:56:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:57:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:57:20.335Z||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-04-08T18:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:57:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:57:20.336Z||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-04-08T18:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:57:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:57:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:58:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:58:20.335Z||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-04-08T18:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:58:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:58:20.336Z||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-04-08T18:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:58:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:58:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:59:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:59:20.334Z||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-04-08T18:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:59:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T18:59:20.336Z||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-04-08T18:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T18:59:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T18:59:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:00:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:00:20.334Z||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-04-08T19:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:00:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:00:20.336Z||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-04-08T19:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:00:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:00:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:01:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:01:20.335Z||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-04-08T19:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:01:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:01:20.336Z||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-04-08T19:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:01:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:01:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:02:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:02:20.335Z||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-04-08T19:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:02:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:02:20.336Z||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-04-08T19:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:02:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:02:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:03:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:03:20.335Z||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-04-08T19:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:03:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:03:20.336Z||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-04-08T19:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:03:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:03:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:04:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:04:20.335Z||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-04-08T19:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:04:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:04:20.336Z||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-04-08T19:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:04:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:04:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:05:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:05:20.335Z||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-04-08T19:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:05:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:05:20.336Z||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-04-08T19:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:05:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:05:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:06:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:06:20.334Z||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-04-08T19:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:06:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:06:20.336Z||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-04-08T19:06:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:06:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:06:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:07:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:07:20.335Z||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-04-08T19:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:07:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:07:20.336Z||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-04-08T19:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:07:29.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:07:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:08:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:08:20.335Z||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-04-08T19:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:08:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:08:20.336Z||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-04-08T19:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:08:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:08:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:09:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:09:20.334Z||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-04-08T19:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:09:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:09:20.336Z||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-04-08T19:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:09:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:09:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:10:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:10:20.335Z||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-04-08T19:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:10:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:10:20.336Z||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-04-08T19:10:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:10:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:10:29.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:11:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:11:20.335Z||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-04-08T19:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:11:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:11:20.336Z||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-04-08T19:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:11:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:11:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:12:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:12:20.334Z||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-04-08T19:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:12:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:12:20.336Z||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-04-08T19:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:12:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:12:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:13:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:13:20.335Z||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-04-08T19:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:13:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:13:20.336Z||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-04-08T19:13:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:13:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:13:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:14:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:14:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:14:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:14:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:14:20.336Z||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-04-08T19:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:14:29.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:14:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:15:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:15:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:15:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:15:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:15:20.336Z||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-04-08T19:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:15:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:15:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:16:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:16:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:16:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:16:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:16:20.336Z||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-04-08T19:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:16:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:16:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:17:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:17:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:17:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:17:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:17:20.336Z||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-04-08T19:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:17:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:17:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:18:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:18:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:18:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:18:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:18:20.336Z||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-04-08T19:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:18:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:18:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:19:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:19:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:19:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:19:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:19:20.336Z||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-04-08T19:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:19:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:19:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:20:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:20:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:20:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:20:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:20:20.336Z||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-04-08T19:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:20:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:20:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:21:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:21:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:21:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:21:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:21:20.336Z||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-04-08T19:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:21:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:21:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:22:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:22:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:22:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:22:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:22:20.336Z||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-04-08T19:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:22:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:22:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:23:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:23:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:23:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:23:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:23:20.336Z||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-04-08T19:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:23:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:23:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:24:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:24:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:24:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:24:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:24:20.336Z||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-04-08T19:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:24:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:24:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:25:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:25:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:25:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:25:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:25:20.336Z||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-04-08T19:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:25:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:25:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:26:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:26:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:26:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:26:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:26:20.336Z||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-04-08T19:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:26:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:26:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:27:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:27:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:27:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:27:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:27:20.337Z||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-04-08T19:27:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:27:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:27:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:28:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:28:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:28:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:28:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:28:20.336Z||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-04-08T19:28:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:28:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:28:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:29:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:29:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:29:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:29:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:29:20.336Z||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-04-08T19:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:29:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:29:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:30:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:30:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:30:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:30:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:30:20.336Z||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-04-08T19:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:30:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:30:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:31:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:31:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:31:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:31:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:31:20.336Z||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-04-08T19:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:31:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:31:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:32:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:32:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T19:32:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T19:32:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:32:20.336Z||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-04-08T19:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:32:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:32:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:33:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:33:20.335Z||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-04-08T19:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:33:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:33:20.336Z||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-04-08T19:33:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:33:29.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:33:29.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:34:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:34:20.335Z||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-04-08T19:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:34:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:34:20.336Z||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-04-08T19:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:34:29.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:34:29.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:35:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:35:20.335Z||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-04-08T19:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:35:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:35:20.336Z||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-04-08T19:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:35:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:35:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:36:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:36:20.335Z||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-04-08T19:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:36:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:36:20.336Z||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-04-08T19:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:36:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:36:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:37:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:37:20.334Z||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-04-08T19:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:37:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:37:20.336Z||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-04-08T19:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:37:29.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:37:29.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:38:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:38:20.335Z||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-04-08T19:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:38:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:38:20.337Z||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-04-08T19:38:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:38:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:38:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:39:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:39:20.335Z||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-04-08T19:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:39:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:39:20.337Z||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-04-08T19:39:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:39:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:39:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:40:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:40:20.335Z||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-04-08T19:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:40:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:40:20.336Z||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-04-08T19:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:40:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:40:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:41:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:41:20.335Z||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-04-08T19:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:41:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:41:20.336Z||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-04-08T19:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:41:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:41:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:42:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:42:20.335Z||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-04-08T19:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:42:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:42:20.336Z||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-04-08T19:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:42:29.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:42:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:43:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:43:20.335Z||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-04-08T19:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:43:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:43:20.336Z||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-04-08T19:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:43:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:43:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:44:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:44:20.335Z||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-04-08T19:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:44:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:44:20.336Z||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-04-08T19:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:44:29.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:44:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:45:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:45:20.335Z||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-04-08T19:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:45:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:45:20.336Z||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-04-08T19:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:45:29.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:45:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:46:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:46:20.335Z||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-04-08T19:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:46:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:46:20.336Z||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-04-08T19:46:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:46:29.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:46:29.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:47:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:47:20.335Z||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-04-08T19:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:47:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:47:20.336Z||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-04-08T19:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:47:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:47:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:48:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:48:20.335Z||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-04-08T19:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:48:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:48:20.336Z||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-04-08T19:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:48:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:48:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:49:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:49:20.335Z||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-04-08T19:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:49:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:49:20.336Z||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-04-08T19:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:49:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:49:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:50:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:50:20.334Z||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-04-08T19:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:50:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:50:20.336Z||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-04-08T19:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:50:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:50:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:51:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:51:20.335Z||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-04-08T19:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:51:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:51:20.336Z||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-04-08T19:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:51:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:51:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:52:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:52:20.334Z||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-04-08T19:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:52:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:52:20.336Z||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-04-08T19:52:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:52:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:52:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:53:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:53:20.335Z||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-04-08T19:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:53:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:53:20.336Z||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-04-08T19:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:53:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:53:29.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:54:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:54:20.335Z||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-04-08T19:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:54:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:54:20.337Z||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-04-08T19:54:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:54:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:54:29.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:55:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:55:20.335Z||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-04-08T19:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:55:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:55:20.336Z||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-04-08T19:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:55:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:55:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:56:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:56:20.335Z||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-04-08T19:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:56:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:56:20.336Z||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-04-08T19:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:56:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:56:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:57:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:57:20.335Z||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-04-08T19:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:57:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:57:20.336Z||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-04-08T19:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:57:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:57:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:58:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:58:20.335Z||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-04-08T19:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:58:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:58:20.336Z||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-04-08T19:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:58:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:58:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:59:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:59:20.335Z||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-04-08T19:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:59:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T19:59:20.336Z||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-04-08T19:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T19:59:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T19:59:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:00:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:00:20.335Z||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-04-08T20:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:00:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:00:20.336Z||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-04-08T20:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:00:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:00:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:01:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:01:20.334Z||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-04-08T20:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:01:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:01:20.336Z||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-04-08T20:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:01:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:01:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:02:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:02:20.335Z||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-04-08T20:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:02:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:02:20.336Z||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-04-08T20:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:02:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:02:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:03:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:03:20.335Z||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-04-08T20:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:03:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:03:20.337Z||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-04-08T20:03:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:03:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:03:29.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:04:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:04:20.335Z||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-04-08T20:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:04:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:04:20.336Z||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-04-08T20:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:04:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:04:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:05:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:05:20.335Z||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-04-08T20:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:05:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:05:20.336Z||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-04-08T20:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:05:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:05:29.886Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:06:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:06:20.335Z||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-04-08T20:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:06:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:06:20.336Z||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-04-08T20:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:06:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:06:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:07:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:07:20.335Z||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-04-08T20:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:07:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:07:20.336Z||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-04-08T20:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:07:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:07:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:08:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:08:20.334Z||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-04-08T20:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:08:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:08:20.336Z||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-04-08T20:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:08:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:08:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:09:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:09:20.335Z||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-04-08T20:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:09:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:09:20.336Z||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-04-08T20:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:09:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:09:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:10:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:10:20.335Z||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-04-08T20:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:10:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:10:20.336Z||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-04-08T20:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:10:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:10:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:11:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:11:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:11:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:11:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:11:20.336Z||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-04-08T20:11:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:11:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:11:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:12:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:12:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:12:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:12:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:12:20.336Z||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-04-08T20:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:12:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:12:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:13:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:13:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:13:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:13:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:13:20.336Z||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-04-08T20:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:13:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:13:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:14:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:14:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:14:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:14:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:14:20.336Z||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-04-08T20:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:14:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:14:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:15:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:15:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:15:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:15:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:15:20.336Z||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-04-08T20:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:15:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:15:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:16:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:16:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:16:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:16:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:16:20.336Z||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-04-08T20:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:16:29.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:16:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:17:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:17:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:17:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:17:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:17:20.336Z||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-04-08T20:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:17:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:17:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:18:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:18:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:18:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:18:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:18:20.336Z||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-04-08T20:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:18:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:18:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:19:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:19:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:19:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:19:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:19:20.336Z||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-04-08T20:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:19:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:19:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:20:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:20:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:20:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:20:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:20:20.336Z||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-04-08T20:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:20:29.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:20:29.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:21:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:21:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:21:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:21:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:21:20.336Z||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-04-08T20:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:21:29.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:21:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:22:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:22:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:22:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:22:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:22:20.336Z||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-04-08T20:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:22:29.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:22:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:23:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:23:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:23:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:23:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:23:20.336Z||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-04-08T20:23:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:23:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:23:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:24:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:24:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:24:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:24:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:24:20.337Z||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-04-08T20:24:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:24:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:24:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:25:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:25:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:25:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:25:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:25:20.336Z||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-04-08T20:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:25:29.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:25:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:26:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:26:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:26:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:26:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:26:20.336Z||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-04-08T20:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:26:29.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:26:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:27:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:27:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:27:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:27:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:27:20.336Z||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-04-08T20:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:27:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:27:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:28:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:28:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:28:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:28:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:28:20.336Z||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-04-08T20:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:28:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:28:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:29:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:29:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:29:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:29:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:29:20.336Z||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-04-08T20:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:29:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:29:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:30:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:30:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:30:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:30:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:30:20.336Z||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-04-08T20:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:30:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:30:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:31:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:31:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:31:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:31:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:31:20.336Z||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-04-08T20:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:31:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:31:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:32:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:32:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T20:32:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T20:32:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:32:20.336Z||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-04-08T20:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:32:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:32:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:33:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:33:20.335Z||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-04-08T20:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:33:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:33:20.336Z||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-04-08T20:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:33:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:33:29.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:34:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:34:20.335Z||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-04-08T20:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:34:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:34:20.336Z||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-04-08T20:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:34:29.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:34:29.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:35:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:35:20.335Z||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-04-08T20:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:35:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:35:20.336Z||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-04-08T20:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:35:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:35:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:36:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:36:20.335Z||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-04-08T20:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:36:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:36:20.337Z||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-04-08T20:36:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:36:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:36:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:37:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:37:20.335Z||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-04-08T20:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:37:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:37:20.336Z||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-04-08T20:37:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:37:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:37:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:38:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:38:20.335Z||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-04-08T20:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:38:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:38:20.336Z||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-04-08T20:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:38:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:38:29.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:39:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:39:20.335Z||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-04-08T20:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:39:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:39:20.336Z||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-04-08T20:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:39:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:39:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:40:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:40:20.335Z||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-04-08T20:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:40:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:40:20.336Z||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-04-08T20:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:40:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:40:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:41:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:41:20.335Z||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-04-08T20:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:41:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:41:20.336Z||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-04-08T20:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:41:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:41:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:42:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:42:20.335Z||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-04-08T20:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:42:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:42:20.336Z||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-04-08T20:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:42:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:42:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:43:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:43:20.335Z||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-04-08T20:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:43:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:43:20.336Z||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-04-08T20:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:43:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:43:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:44:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:44:20.335Z||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-04-08T20:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:44:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:44:20.336Z||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-04-08T20:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:44:29.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:44:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:45:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:45:20.335Z||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-04-08T20:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:45:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:45:20.336Z||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-04-08T20:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:45:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:45:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:46:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:46:20.335Z||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-04-08T20:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:46:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:46:20.336Z||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-04-08T20:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:46:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:46:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:47:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:47:20.335Z||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-04-08T20:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:47:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:47:20.336Z||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-04-08T20:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:47:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:47:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:48:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:48:20.335Z||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-04-08T20:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:48:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:48:20.336Z||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-04-08T20:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:48:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:48:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:49:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:49:20.335Z||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-04-08T20:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:49:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:49:20.336Z||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-04-08T20:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:49:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:49:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:50:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:50:20.335Z||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-04-08T20:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:50:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:50:20.336Z||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-04-08T20:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:50:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:50:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:51:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:51:20.335Z||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-04-08T20:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:51:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:51:20.336Z||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-04-08T20:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:51:29.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:51:29.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:52:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:52:20.334Z||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-04-08T20:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:52:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:52:20.336Z||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-04-08T20:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:52:29.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:52:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:53:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:53:20.335Z||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-04-08T20:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:53:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:53:20.337Z||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-04-08T20:53:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:53:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:53:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:54:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:54:20.335Z||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-04-08T20:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:54:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:54:20.336Z||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-04-08T20:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:54:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:54:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:55:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:55:20.335Z||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-04-08T20:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:55:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:55:20.336Z||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-04-08T20:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:55:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:55:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:56:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:56:20.334Z||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-04-08T20:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:56:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:56:20.336Z||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-04-08T20:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:56:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:56:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:57:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:57:20.335Z||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-04-08T20:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:57:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:57:20.336Z||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-04-08T20:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:57:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:57:29.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:58:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:58:20.335Z||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-04-08T20:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:58:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:58:20.336Z||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-04-08T20:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:58:29.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:58:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:59:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:59:20.335Z||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-04-08T20:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:59:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T20:59:20.336Z||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-04-08T20:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T20:59:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T20:59:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:00:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:00:20.335Z||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-04-08T21:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:00:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:00:20.336Z||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-04-08T21:00:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:00:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:00:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:01:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:01:20.335Z||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-04-08T21:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:01:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:01:20.336Z||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-04-08T21:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:01:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:01:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:02:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:02:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T21:02:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T21:02:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:02:20.336Z||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-04-08T21:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:02:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:02:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:03:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:03:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T21:03:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T21:03:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:03:20.336Z||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-04-08T21:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:03:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:03:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:04:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:04:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T21:04:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T21:04:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:04:20.336Z||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-04-08T21:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:04:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:04:29.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:05:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:05:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T21:05:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T21:05:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:05:20.336Z||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-04-08T21:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:05:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:05:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:06:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:06:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T21:06:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T21:06:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:06:20.336Z||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-04-08T21:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:06:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:06:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:07:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:07:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T21:07:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T21:07:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:07:20.337Z||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-04-08T21:07:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:07:29.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:07:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:08:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:08:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T21:08:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T21:08:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:08:20.336Z||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-04-08T21:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:08:29.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:08:29.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:09:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:09:20.335Z||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-04-08T21:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:09:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:09:20.336Z||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-04-08T21:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:09:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:09:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:10:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:10:20.335Z||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-04-08T21:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:10:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:10:20.336Z||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-04-08T21:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:10:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:10:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:11:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:11:20.335Z||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-04-08T21:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:11:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:11:20.336Z||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-04-08T21:11:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:11:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:11:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:12:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:12:20.335Z||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-04-08T21:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:12:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:12:20.336Z||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-04-08T21:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:12:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:12:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:13:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:13:20.335Z||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-04-08T21:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:13:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:13:20.336Z||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-04-08T21:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:13:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:13:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:14:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:14:20.335Z||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-04-08T21:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:14:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:14:20.336Z||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-04-08T21:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:14:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:14:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:15:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:15:20.335Z||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-04-08T21:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:15:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:15:20.336Z||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-04-08T21:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:15:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:15:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:16:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:16:20.335Z||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-04-08T21:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:16:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:16:20.336Z||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-04-08T21:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:16:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:16:29.904Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:17:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:17:20.335Z||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-04-08T21:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:17:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:17:20.336Z||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-04-08T21:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:17:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:17:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:18:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:18:20.335Z||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-04-08T21:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:18:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:18:20.336Z||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-04-08T21:18:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:18:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:18:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:19:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:19:20.335Z||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-04-08T21:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:19:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:19:20.336Z||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-04-08T21:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:19:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:19:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:20:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:20:20.335Z||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-04-08T21:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:20:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:20:20.336Z||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-04-08T21:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:20:29.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:20:29.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:21:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:21:20.334Z||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-04-08T21:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:21:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:21:20.336Z||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-04-08T21:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:21:29.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:21:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:22:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:22:20.335Z||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-04-08T21:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:22:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:22:20.336Z||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-04-08T21:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:22:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:22:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:23:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:23:20.334Z||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-04-08T21:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:23:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:23:20.336Z||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-04-08T21:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:23:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:23:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:24:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:24:20.335Z||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-04-08T21:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:24:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:24:20.336Z||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-04-08T21:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:24:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:24:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:25:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:25:20.335Z||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-04-08T21:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:25:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:25:20.336Z||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-04-08T21:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:25:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:25:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:26:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:26:20.335Z||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-04-08T21:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:26:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:26:20.336Z||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-04-08T21:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:26:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:26:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:27:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:27:20.335Z||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-04-08T21:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:27:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:27:20.336Z||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-04-08T21:27:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:27:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:27:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:28:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:28:20.335Z||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-04-08T21:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:28:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:28:20.336Z||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-04-08T21:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:28:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:28:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:29:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:29:20.335Z||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-04-08T21:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:29:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:29:20.336Z||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-04-08T21:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:29:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:29:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:30:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:30:20.335Z||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-04-08T21:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:30:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:30:20.337Z||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-04-08T21:30:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:30:29.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:30:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:31:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:31:20.335Z||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-04-08T21:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:31:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:31:20.336Z||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-04-08T21:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:31:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:31:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:32:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:32:20.335Z||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-04-08T21:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:32:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:32:20.336Z||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-04-08T21:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:32:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:32:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:33:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:33:20.335Z||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-04-08T21:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:33:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:33:20.336Z||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-04-08T21:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:33:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:33:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:34:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:34:20.335Z||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-04-08T21:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:34:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:34:20.336Z||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-04-08T21:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:34:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:34:29.909Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:35:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:35:20.335Z||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-04-08T21:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:35:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:35:20.336Z||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-04-08T21:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:35:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:35:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:36:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:36:20.335Z||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-04-08T21:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:36:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:36:20.336Z||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-04-08T21:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:36:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:36:29.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:37:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:37:20.335Z||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-04-08T21:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:37:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:37:20.336Z||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-04-08T21:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:37:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:37:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:38:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:38:20.335Z||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-04-08T21:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:38:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:38:20.336Z||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-04-08T21:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:38:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:38:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:39:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:39:20.335Z||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-04-08T21:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:39:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:39:20.336Z||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-04-08T21:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:39:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:39:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:40:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:40:20.335Z||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-04-08T21:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:40:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:40:20.336Z||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-04-08T21:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:40:29.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:40:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:41:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:41:20.334Z||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-04-08T21:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:41:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:41:20.336Z||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-04-08T21:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:41:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:41:29.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:42:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:42:20.335Z||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-04-08T21:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:42:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:42:20.336Z||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-04-08T21:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:42:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:42:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:43:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:43:20.335Z||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-04-08T21:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:43:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:43:20.336Z||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-04-08T21:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:43:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:43:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:44:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:44:20.334Z||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-04-08T21:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:44:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:44:20.336Z||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-04-08T21:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:44:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:44:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:45:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:45:20.335Z||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-04-08T21:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:45:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:45:20.336Z||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-04-08T21:45:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:45:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:45:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:46:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:46:20.334Z||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-04-08T21:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:46:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:46:20.336Z||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-04-08T21:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:46:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:46:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:47:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:47:20.335Z||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-04-08T21:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:47:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:47:20.336Z||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-04-08T21:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:47:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:47:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:48:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:48:20.335Z||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-04-08T21:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:48:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:48:20.336Z||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-04-08T21:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:48:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:48:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:49:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:49:20.335Z||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-04-08T21:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:49:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:49:20.337Z||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-04-08T21:49:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:49:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:49:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:50:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:50:20.334Z||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-04-08T21:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:50:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:50:20.337Z||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-04-08T21:50:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:50:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:50:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:51:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:51:20.335Z||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-04-08T21:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:51:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:51:20.336Z||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-04-08T21:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:51:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:51:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:52:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:52:20.335Z||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-04-08T21:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:52:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:52:20.336Z||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-04-08T21:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:52:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:52:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:53:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:53:20.335Z||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-04-08T21:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:53:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:53:20.336Z||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-04-08T21:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:53:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:53:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:54:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:54:20.334Z||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-04-08T21:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:54:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:54:20.337Z||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-04-08T21:54:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:54:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:54:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:55:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:55:20.335Z||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-04-08T21:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:55:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:55:20.336Z||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-04-08T21:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:55:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:55:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:56:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:56:20.334Z||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-04-08T21:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:56:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:56:20.336Z||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-04-08T21:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:56:29.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:56:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:57:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:57:20.335Z||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-04-08T21:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:57:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:57:20.337Z||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-04-08T21:57:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:57:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:57:29.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:58:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:58:20.334Z||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-04-08T21:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:58:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:58:20.336Z||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-04-08T21:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:58:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:58:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:59:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:59:20.335Z||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-04-08T21:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:59:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T21:59:20.336Z||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-04-08T21:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T21:59:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T21:59:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:00:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:00:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:00:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:00:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:00:20.336Z||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-04-08T22:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:00:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:00:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:01:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:01:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:01:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:01:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:01:20.336Z||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-04-08T22:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:01:29.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:01:29.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:02:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:02:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:02:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:02:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:02:20.336Z||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-04-08T22:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:02:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:02:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:03:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:03:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:03:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:03:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:03:20.336Z||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-04-08T22:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:03:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:03:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:04:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:04:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:04:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:04:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:04:20.336Z||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-04-08T22:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:04:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:04:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:05:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:05:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:05:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:05:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:05:20.336Z||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-04-08T22:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:05:29.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:05:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:06:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:06:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:06:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:06:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:06:20.336Z||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-04-08T22:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:06:29.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:06:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:07:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:07:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:07:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:07:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:07:20.336Z||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-04-08T22:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:07:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:07:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:08:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:08:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:08:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:08:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:08:20.336Z||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-04-08T22:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:08:29.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:08:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:09:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:09:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:09:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:09:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:09:20.336Z||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-04-08T22:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:09:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:09:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:10:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:10:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:10:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:10:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:10:20.336Z||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-04-08T22:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:10:29.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:10:29.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:11:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:11:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:11:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:11:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:11:20.336Z||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-04-08T22:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:11:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:11:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:12:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:12:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:12:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:12:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:12:20.336Z||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-04-08T22:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:12:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:12:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:13:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:13:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:13:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:13:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:13:20.336Z||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-04-08T22:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:13:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:13:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:14:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:14:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:14:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:14:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:14:20.336Z||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-04-08T22:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:14:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:14:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:15:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:15:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-08T22:15:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-08T22:15:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:15:20.336Z||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-04-08T22:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:15:29.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:15:29.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:16:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:16:20.335Z||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-04-08T22:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:16:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:16:20.336Z||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-04-08T22:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:16:29.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:16:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:17:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:17:20.335Z||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-04-08T22:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:17:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:17:20.336Z||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-04-08T22:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:17:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:17:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:18:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:18:20.335Z||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-04-08T22:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:18:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:18:20.336Z||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-04-08T22:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:18:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:18:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:19:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:19:20.335Z||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-04-08T22:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:19:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:19:20.336Z||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-04-08T22:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:19:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:19:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:20:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:20:20.335Z||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-04-08T22:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:20:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:20:20.336Z||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-04-08T22:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:20:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:20:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:21:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:21:20.335Z||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-04-08T22:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:21:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:21:20.336Z||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-04-08T22:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:21:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:21:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:22:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:22:20.335Z||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-04-08T22:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:22:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:22:20.336Z||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-04-08T22:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:22:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:22:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:23:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:23:20.335Z||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-04-08T22:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:23:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:23:20.336Z||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-04-08T22:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:23:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:23:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:24:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:24:20.334Z||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-04-08T22:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:24:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:24:20.336Z||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-04-08T22:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:24:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:24:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:25:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:25:20.335Z||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-04-08T22:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:25:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:25:20.336Z||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-04-08T22:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:25:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:25:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:26:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:26:20.335Z||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-04-08T22:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:26:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:26:20.336Z||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-04-08T22:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:26:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:26:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:27:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:27:20.335Z||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-04-08T22:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:27:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:27:20.336Z||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-04-08T22:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:27:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:27:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:28:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:28:20.334Z||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-04-08T22:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:28:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:28:20.336Z||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-04-08T22:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:28:29.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:28:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:29:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:29:20.335Z||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-04-08T22:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:29:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:29:20.336Z||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-04-08T22:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:29:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:29:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:30:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:30:20.335Z||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-04-08T22:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:30:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:30:20.336Z||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-04-08T22:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:30:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:30:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:31:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:31:20.335Z||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-04-08T22:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:31:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:31:20.336Z||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-04-08T22:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:31:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:31:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:32:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:32:20.335Z||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-04-08T22:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:32:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:32:20.337Z||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-04-08T22:32:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:32:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:32:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:33:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:33:20.335Z||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-04-08T22:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:33:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:33:20.336Z||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-04-08T22:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:33:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:33:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:34:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:34:20.335Z||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-04-08T22:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:34:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:34:20.336Z||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-04-08T22:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:34:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:34:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:35:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:35:20.335Z||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-04-08T22:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:35:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:35:20.336Z||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-04-08T22:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:35:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:35:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:36:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:36:20.335Z||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-04-08T22:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:36:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:36:20.336Z||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-04-08T22:36:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:36:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:36:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:37:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:37:20.334Z||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-04-08T22:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:37:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:37:20.336Z||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-04-08T22:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:37:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:37:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:38:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:38:20.335Z||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-04-08T22:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:38:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:38:20.336Z||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-04-08T22:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:38:29.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:38:29.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:39:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:39:20.335Z||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-04-08T22:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:39:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:39:20.336Z||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-04-08T22:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:39:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:39:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:40:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:40:20.335Z||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-04-08T22:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:40:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:40:20.336Z||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-04-08T22:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:40:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:40:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:41:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:41:20.335Z||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-04-08T22:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:41:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:41:20.336Z||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-04-08T22:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:41:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:41:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:42:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:42:20.335Z||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-04-08T22:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:42:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:42:20.336Z||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-04-08T22:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:42:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:42:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:43:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:43:20.334Z||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-04-08T22:43:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:43:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:43:20.336Z||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-04-08T22:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:43:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:43:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:44:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:44:20.335Z||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-04-08T22:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:44:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:44:20.336Z||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-04-08T22:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:44:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:44:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:45:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:45:20.335Z||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-04-08T22:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:45:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:45:20.336Z||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-04-08T22:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:45:29.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:45:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:46:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:46:20.335Z||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-04-08T22:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:46:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:46:20.336Z||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-04-08T22:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:46:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:46:29.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:47:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:47:20.335Z||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-04-08T22:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:47:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:47:20.336Z||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-04-08T22:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:47:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:47:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:48:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:48:20.335Z||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-04-08T22:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:48:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:48:20.336Z||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-04-08T22:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:48:29.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:48:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:49:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:49:20.334Z||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-04-08T22:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:49:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:49:20.336Z||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-04-08T22:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:49:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:49:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:50:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:50:20.335Z||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-04-08T22:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:50:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:50:20.336Z||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-04-08T22:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:50:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:50:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:51:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:51:20.334Z||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-04-08T22:51:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:51:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:51:20.336Z||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-04-08T22:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:51:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:51:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:52:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:52:20.334Z||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-04-08T22:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:52:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:52:20.336Z||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-04-08T22:52:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:52:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:52:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:53:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:53:20.334Z||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-04-08T22:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:53:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:53:20.336Z||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-04-08T22:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:53:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:53:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:54:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:54:20.335Z||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-04-08T22:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:54:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:54:20.336Z||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-04-08T22:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:54:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:54:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:55:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:55:20.334Z||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-04-08T22:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:55:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:55:20.336Z||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-04-08T22:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:55:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:55:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:56:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:56:20.334Z||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-04-08T22:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:56:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:56:20.336Z||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-04-08T22:56:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:56:29.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:56:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:57:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:57:20.335Z||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-04-08T22:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:57:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:57:20.336Z||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-04-08T22:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:57:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:57:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:58:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:58:20.334Z||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-04-08T22:58:20.366Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:58:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:58:20.366Z||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-04-08T22:58:20.367Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:58:29.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:58:29.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:59:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:59:20.334Z||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-04-08T22:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:59:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T22:59:20.336Z||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-04-08T22:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T22:59:29.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T22:59:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:00:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:00:20.334Z||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-04-08T23:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:00:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:00:20.336Z||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-04-08T23:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:00:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:00:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:01:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:01:20.335Z||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-04-08T23:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:01:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:01:20.336Z||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-04-08T23:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:01:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:01:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:02:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:02:20.335Z||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-04-08T23:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:02:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:02:20.336Z||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-04-08T23:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:02:29.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:02:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:03:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:03:20.334Z||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-04-08T23:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:03:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:03:20.336Z||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-04-08T23:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:03:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:03:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:04:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:04:20.335Z||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-04-08T23:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:04:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:04:20.336Z||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-04-08T23:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:04:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:04:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:05:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:05:20.335Z||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-04-08T23:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:05:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:05:20.336Z||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-04-08T23:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:05:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:05:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:06:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:06:20.335Z||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-04-08T23:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:06:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:06:20.336Z||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-04-08T23:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:06:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:06:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:07:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:07:20.334Z||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-04-08T23:07:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:07:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:07:20.336Z||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-04-08T23:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:07:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:07:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:08:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:08:20.335Z||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-04-08T23:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:08:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:08:20.336Z||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-04-08T23:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:08:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:08:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:09:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:09:20.335Z||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-04-08T23:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:09:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:09:20.336Z||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-04-08T23:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:09:29.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:09:29.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:10:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:10:20.335Z||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-04-08T23:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:10:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:10:20.336Z||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-04-08T23:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:10:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:10:29.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:11:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:11:20.335Z||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-04-08T23:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:11:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:11:20.337Z||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-04-08T23:11:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:11:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:11:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:12:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:12:20.335Z||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-04-08T23:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:12:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:12:20.336Z||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-04-08T23:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:12:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:12:29.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:13:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:13:20.335Z||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-04-08T23:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:13:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:13:20.336Z||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-04-08T23:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:13:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:13:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:14:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:14:20.335Z||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-04-08T23:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:14:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:14:20.336Z||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-04-08T23:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:14:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:14:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:15:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:15:20.334Z||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-04-08T23:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:15:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:15:20.337Z||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-04-08T23:15:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:15:29.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:15:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:16:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:16:20.334Z||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-04-08T23:16:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:16:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:16:20.336Z||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-04-08T23:16:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:16:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:16:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:17:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:17:20.334Z||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-04-08T23:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:17:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:17:20.336Z||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-04-08T23:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:17:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:17:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:18:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:18:20.335Z||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-04-08T23:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:18:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:18:20.336Z||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-04-08T23:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:18:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:18:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:19:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:19:20.335Z||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-04-08T23:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:19:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:19:20.336Z||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-04-08T23:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:19:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:19:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:20:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:20:20.335Z||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-04-08T23:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:20:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:20:20.336Z||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-04-08T23:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:20:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:20:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:21:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:21:20.335Z||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-04-08T23:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:21:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:21:20.336Z||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-04-08T23:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:21:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:21:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:22:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:22:20.335Z||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-04-08T23:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:22:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:22:20.336Z||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-04-08T23:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:22:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:22:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:23:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:23:20.335Z||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-04-08T23:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:23:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:23:20.336Z||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-04-08T23:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:23:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:23:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:24:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:24:20.335Z||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-04-08T23:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:24:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:24:20.336Z||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-04-08T23:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:24:29.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:24:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:25:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:25:20.335Z||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-04-08T23:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:25:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:25:20.336Z||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-04-08T23:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:25:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:25:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:26:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:26:20.335Z||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-04-08T23:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:26:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:26:20.336Z||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-04-08T23:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:26:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:26:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:27:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:27:20.335Z||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-04-08T23:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:27:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:27:20.336Z||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-04-08T23:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:27:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:27:29.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:28:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:28:20.335Z||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-04-08T23:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:28:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:28:20.336Z||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-04-08T23:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:28:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:28:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:29:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:29:20.335Z||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-04-08T23:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:29:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:29:20.336Z||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-04-08T23:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:29:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:29:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:30:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:30:20.335Z||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-04-08T23:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:30:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:30:20.336Z||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-04-08T23:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:30:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:30:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:31:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:31:20.335Z||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-04-08T23:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:31:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:31:20.336Z||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-04-08T23:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:31:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:31:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:32:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:32:20.335Z||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-04-08T23:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:32:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:32:20.336Z||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-04-08T23:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:32:29.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:32:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:33:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:33:20.335Z||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-04-08T23:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:33:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:33:20.337Z||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-04-08T23:33:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:33:29.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:33:29.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:34:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:34:20.335Z||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-04-08T23:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:34:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:34:20.336Z||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-04-08T23:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:34:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:34:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:35:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:35:20.335Z||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-04-08T23:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:35:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:35:20.336Z||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-04-08T23:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:35:29.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:35:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:36:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:36:20.335Z||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-04-08T23:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:36:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:36:20.336Z||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-04-08T23:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:36:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:36:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:37:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:37:20.335Z||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-04-08T23:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:37:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:37:20.336Z||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-04-08T23:37:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:37:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:37:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:38:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:38:20.335Z||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-04-08T23:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:38:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:38:20.336Z||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-04-08T23:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:38:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:38:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:39:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:39:20.335Z||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-04-08T23:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:39:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:39:20.336Z||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-04-08T23:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:39:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:39:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:40:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:40:20.335Z||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-04-08T23:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:40:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:40:20.336Z||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-04-08T23:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:40:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:40:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:41:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:41:20.335Z||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-04-08T23:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:41:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:41:20.336Z||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-04-08T23:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:41:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:41:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:42:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:42:20.334Z||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-04-08T23:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:42:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:42:20.336Z||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-04-08T23:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:42:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:42:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:43:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:43:20.334Z||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-04-08T23:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:43:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:43:20.336Z||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-04-08T23:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:43:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:43:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:44:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:44:20.335Z||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-04-08T23:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:44:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:44:20.336Z||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-04-08T23:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:44:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:44:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:45:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:45:20.335Z||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-04-08T23:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:45:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:45:20.336Z||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-04-08T23:45:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:45:29.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:45:29.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:46:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:46:20.335Z||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-04-08T23:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:46:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:46:20.336Z||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-04-08T23:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:46:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:46:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:47:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:47:20.335Z||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-04-08T23:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:47:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:47:20.336Z||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-04-08T23:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:47:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:47:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:48:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:48:20.334Z||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-04-08T23:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:48:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:48:20.336Z||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-04-08T23:48:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:48:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:48:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:49:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:49:20.335Z||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-04-08T23:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:49:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:49:20.336Z||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-04-08T23:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:49:29.871Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:49:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:50:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:50:20.334Z||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-04-08T23:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:50:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:50:20.336Z||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-04-08T23:50:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:50:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:50:29.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:51:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:51:20.335Z||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-04-08T23:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:51:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:51:20.336Z||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-04-08T23:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:51:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:51:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:52:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:52:20.335Z||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-04-08T23:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:52:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:52:20.336Z||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-04-08T23:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:52:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:52:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:53:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:53:20.334Z||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-04-08T23:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:53:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:53:20.337Z||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-04-08T23:53:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:53:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:53:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:54:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:54:20.335Z||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-04-08T23:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:54:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:54:20.336Z||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-04-08T23:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:54:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:54:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:55:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:55:20.335Z||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-04-08T23:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:55:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:55:20.336Z||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-04-08T23:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:55:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:55:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:56:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:56:20.335Z||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-04-08T23:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:56:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:56:20.336Z||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-04-08T23:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:56:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:56:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:57:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:57:20.335Z||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-04-08T23:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:57:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:57:20.336Z||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-04-08T23:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:57:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:57:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:58:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:58:20.334Z||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-04-08T23:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:58:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:58:20.336Z||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-04-08T23:58:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:58:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:58:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:59:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:59:20.335Z||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-04-08T23:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:59:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-08T23:59:20.337Z||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-04-08T23:59:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-08T23:59:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-08T23:59:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:00:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:00:20.335Z||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-04-09T00:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:00:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:00:20.337Z||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-04-09T00:00:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:00:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:00:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:01:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:01:20.335Z||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-04-09T00:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:01:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:01:20.336Z||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-04-09T00:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:01:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:01:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:02:20.334Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:02:20.335Z||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-04-09T00:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:02:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:02:20.336Z||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-04-09T00:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:02:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:02:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:03:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:03:20.335Z||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-04-09T00:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:03:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:03:20.337Z||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-04-09T00:03:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:03:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:03:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:04:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:04:20.335Z||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-04-09T00:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:04:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:04:20.336Z||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-04-09T00:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:04:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:04:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:05:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:05:20.334Z||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-04-09T00:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:05:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:05:20.336Z||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-04-09T00:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:05:29.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:05:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:06:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:06:20.335Z||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-04-09T00:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:06:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:06:20.336Z||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-04-09T00:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:06:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:06:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:07:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:07:20.334Z||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-04-09T00:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:07:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:07:20.336Z||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-04-09T00:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:07:29.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:07:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:08:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:08:20.335Z||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-04-09T00:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:08:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:08:20.336Z||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-04-09T00:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:08:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:08:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:09:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:09:20.335Z||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-04-09T00:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:09:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:09:20.336Z||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-04-09T00:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:09:29.885Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:09:29.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:10:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:10:20.334Z||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-04-09T00:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:10:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:10:20.337Z||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-04-09T00:10:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:10:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:10:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:11:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:11:20.335Z||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-04-09T00:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:11:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:11:20.336Z||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-04-09T00:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:11:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:11:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:12:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:12:20.335Z||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-04-09T00:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:12:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:12:20.336Z||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-04-09T00:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:12:29.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:12:29.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:13:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:13:20.335Z||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-04-09T00:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:13:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:13:20.337Z||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-04-09T00:13:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:13:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:13:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:14:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:14:20.335Z||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-04-09T00:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:14:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:14:20.336Z||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-04-09T00:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:14:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:14:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:15:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:15:20.334Z||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-04-09T00:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:15:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:15:20.336Z||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-04-09T00:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:15:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:15:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:16:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:16:20.334Z||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-04-09T00:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:16:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:16:20.336Z||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-04-09T00:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:16:29.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:16:29.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:17:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:17:20.335Z||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-04-09T00:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:17:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:17:20.336Z||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-04-09T00:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:17:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:17:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:18:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:18:20.335Z||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-04-09T00:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:18:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:18:20.336Z||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-04-09T00:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:18:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:18:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:19:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:19:20.335Z||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-04-09T00:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:19:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:19:20.336Z||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-04-09T00:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:19:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:19:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:20:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:20:20.335Z||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-04-09T00:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:20:20.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:20:20.337Z||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-04-09T00:20:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:20:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:20:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:21:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:21:20.335Z||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-04-09T00:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:21:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:21:20.336Z||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-04-09T00:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:21:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:21:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:22:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:22:20.335Z||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-04-09T00:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:22:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:22:20.336Z||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-04-09T00:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:22:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:22:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:23:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:23:20.335Z||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-04-09T00:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:23:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:23:20.336Z||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-04-09T00:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:23:29.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:23:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:24:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:24:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:24:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:24:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:24:20.336Z||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-04-09T00:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:24:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:24:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:25:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:25:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:25:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:25:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:25:20.336Z||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-04-09T00:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:25:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:25:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:26:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:26:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:26:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:26:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:26:20.336Z||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-04-09T00:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:26:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:26:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:27:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:27:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:27:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:27:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:27:20.336Z||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-04-09T00:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:27:29.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:27:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:28:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:28:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:28:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:28:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:28:20.336Z||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-04-09T00:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:28:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:28:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:29:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:29:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:29:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:29:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:29:20.336Z||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-04-09T00:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:29:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:29:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:30:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:30:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:30:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:30:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:30:20.337Z||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-04-09T00:30:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:30:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:30:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:31:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:31:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:31:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:31:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:31:20.336Z||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-04-09T00:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:31:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:31:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:32:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:32:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:32:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:32:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:32:20.336Z||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-04-09T00:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:32:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:32:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:33:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:33:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:33:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:33:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:33:20.336Z||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-04-09T00:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:33:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:33:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:34:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:34:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:34:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:34:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:34:20.336Z||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-04-09T00:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:34:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:34:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:35:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:35:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:35:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:35:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:35:20.336Z||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-04-09T00:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:35:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:35:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:36:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:36:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:36:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:36:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:36:20.336Z||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-04-09T00:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:36:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:36:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:37:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:37:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:37:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:37:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:37:20.336Z||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-04-09T00:37:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:37:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:37:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:38:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:38:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:38:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:38:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:38:20.336Z||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-04-09T00:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:38:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:38:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:39:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:39:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:39:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:39:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:39:20.336Z||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-04-09T00:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:39:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:39:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:40:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:40:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:40:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:40:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:40:20.336Z||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-04-09T00:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:40:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:40:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:41:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:41:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:41:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:41:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:41:20.336Z||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-04-09T00:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:41:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:41:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:42:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:42:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:42:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:42:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:42:20.336Z||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-04-09T00:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:42:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:42:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:43:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:43:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T00:43:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T00:43:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:43:20.336Z||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-04-09T00:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:43:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:43:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:44:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:44:20.335Z||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-04-09T00:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:44:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:44:20.337Z||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-04-09T00:44:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:44:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:44:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:45:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:45:20.335Z||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-04-09T00:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:45:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:45:20.336Z||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-04-09T00:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:45:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:45:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:46:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:46:20.335Z||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-04-09T00:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:46:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:46:20.336Z||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-04-09T00:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:46:29.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:46:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:47:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:47:20.335Z||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-04-09T00:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:47:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:47:20.337Z||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-04-09T00:47:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:47:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:47:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:48:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:48:20.334Z||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-04-09T00:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:48:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:48:20.336Z||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-04-09T00:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:48:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:48:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:49:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:49:20.335Z||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-04-09T00:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:49:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:49:20.336Z||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-04-09T00:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:49:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:49:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:50:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:50:20.335Z||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-04-09T00:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:50:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:50:20.336Z||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-04-09T00:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:50:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:50:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:51:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:51:20.335Z||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-04-09T00:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:51:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:51:20.336Z||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-04-09T00:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:51:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:51:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:52:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:52:20.335Z||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-04-09T00:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:52:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:52:20.336Z||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-04-09T00:52:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:52:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:52:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:53:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:53:20.335Z||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-04-09T00:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:53:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:53:20.336Z||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-04-09T00:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:53:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:53:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:54:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:54:20.335Z||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-04-09T00:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:54:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:54:20.336Z||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-04-09T00:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:54:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:54:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:55:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:55:20.334Z||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-04-09T00:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:55:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:55:20.336Z||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-04-09T00:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:55:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:55:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:56:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:56:20.335Z||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-04-09T00:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:56:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:56:20.336Z||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-04-09T00:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:56:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:56:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:57:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:57:20.335Z||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-04-09T00:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:57:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:57:20.336Z||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-04-09T00:57:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:57:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:57:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:58:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:58:20.335Z||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-04-09T00:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:58:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:58:20.336Z||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-04-09T00:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:58:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:58:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:59:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:59:20.335Z||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-04-09T00:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:59:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T00:59:20.336Z||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-04-09T00:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T00:59:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T00:59:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:00:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:00:20.335Z||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-04-09T01:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:00:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:00:20.336Z||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-04-09T01:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:00:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:00:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:01:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:01:20.335Z||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-04-09T01:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:01:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:01:20.336Z||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-04-09T01:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:01:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:01:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:02:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:02:20.335Z||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-04-09T01:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:02:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:02:20.336Z||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-04-09T01:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:02:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:02:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:03:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:03:20.335Z||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-04-09T01:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:03:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:03:20.336Z||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-04-09T01:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:03:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:03:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:04:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:04:20.335Z||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-04-09T01:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:04:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:04:20.336Z||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-04-09T01:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:04:29.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:04:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:05:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:05:20.335Z||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-04-09T01:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:05:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:05:20.336Z||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-04-09T01:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:05:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:05:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:06:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:06:20.335Z||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-04-09T01:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:06:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:06:20.336Z||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-04-09T01:06:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:06:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:06:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:07:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:07:20.334Z||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-04-09T01:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:07:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:07:20.336Z||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-04-09T01:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:07:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:07:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:08:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:08:20.335Z||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-04-09T01:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:08:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:08:20.336Z||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-04-09T01:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:08:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:08:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:09:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:09:20.335Z||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-04-09T01:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:09:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:09:20.336Z||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-04-09T01:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:09:29.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:09:29.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:10:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:10:20.335Z||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-04-09T01:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:10:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:10:20.336Z||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-04-09T01:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:10:29.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:10:29.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:11:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:11:20.335Z||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-04-09T01:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:11:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:11:20.336Z||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-04-09T01:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:11:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:11:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:12:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:12:20.334Z||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-04-09T01:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:12:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:12:20.336Z||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-04-09T01:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:12:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:12:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:13:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:13:20.334Z||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-04-09T01:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:13:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:13:20.337Z||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-04-09T01:13:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:13:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:13:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:14:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:14:20.335Z||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-04-09T01:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:14:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:14:20.336Z||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-04-09T01:14:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:14:29.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:14:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:15:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:15:20.334Z||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-04-09T01:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:15:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:15:20.336Z||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-04-09T01:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:15:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:15:29.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:16:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:16:20.335Z||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-04-09T01:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:16:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:16:20.336Z||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-04-09T01:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:16:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:16:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:17:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:17:20.335Z||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-04-09T01:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:17:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:17:20.336Z||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-04-09T01:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:17:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:17:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:18:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:18:20.335Z||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-04-09T01:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:18:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:18:20.336Z||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-04-09T01:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:18:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:18:29.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:19:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:19:20.335Z||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-04-09T01:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:19:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:19:20.336Z||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-04-09T01:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:19:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:19:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:20:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:20:20.335Z||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-04-09T01:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:20:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:20:20.336Z||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-04-09T01:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:20:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:20:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:21:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:21:20.335Z||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-04-09T01:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:21:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:21:20.337Z||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-04-09T01:21:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:21:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:21:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:22:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:22:20.335Z||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-04-09T01:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:22:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:22:20.336Z||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-04-09T01:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:22:29.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:22:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:23:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:23:20.334Z||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-04-09T01:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:23:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:23:20.336Z||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-04-09T01:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:23:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:23:29.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:24:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:24:20.335Z||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-04-09T01:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:24:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:24:20.336Z||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-04-09T01:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:24:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:24:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:25:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:25:20.334Z||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-04-09T01:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:25:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:25:20.336Z||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-04-09T01:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:25:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:25:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:26:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:26:20.334Z||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-04-09T01:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:26:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:26:20.337Z||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-04-09T01:26:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:26:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:26:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:27:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:27:20.335Z||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-04-09T01:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:27:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:27:20.337Z||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-04-09T01:27:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:27:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:27:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:28:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:28:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T01:28:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T01:28:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:28:20.336Z||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-04-09T01:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:28:29.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:28:29.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:29:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:29:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T01:29:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T01:29:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:29:20.336Z||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-04-09T01:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:29:29.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:29:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:30:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:30:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T01:30:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T01:30:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:30:20.336Z||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-04-09T01:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:30:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:30:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:31:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:31:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T01:31:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T01:31:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:31:20.336Z||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-04-09T01:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:31:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:31:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:32:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:32:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T01:32:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T01:32:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:32:20.336Z||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-04-09T01:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:32:29.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:32:29.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:33:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:33:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T01:33:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T01:33:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:33:20.336Z||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-04-09T01:33:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:33:29.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:33:29.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:34:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:34:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T01:34:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T01:34:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:34:20.336Z||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-04-09T01:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:34:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:34:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:35:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:35:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T01:35:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T01:35:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:35:20.336Z||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-04-09T01:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:35:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:35:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:36:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:36:20.335Z||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-04-09T01:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:36:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:36:20.336Z||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-04-09T01:36:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:36:29.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:36:29.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:37:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:37:20.335Z||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-04-09T01:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:37:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:37:20.336Z||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-04-09T01:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:37:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:37:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:38:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:38:20.335Z||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-04-09T01:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:38:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:38:20.336Z||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-04-09T01:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:38:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:38:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:39:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:39:20.335Z||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-04-09T01:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:39:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:39:20.336Z||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-04-09T01:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:39:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:39:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:40:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:40:20.335Z||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-04-09T01:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:40:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:40:20.336Z||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-04-09T01:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:40:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:40:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:41:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:41:20.335Z||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-04-09T01:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:41:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:41:20.336Z||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-04-09T01:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:41:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:41:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:42:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:42:20.335Z||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-04-09T01:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:42:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:42:20.336Z||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-04-09T01:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:42:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:42:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:43:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:43:20.335Z||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-04-09T01:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:43:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:43:20.336Z||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-04-09T01:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:43:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:43:29.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:44:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:44:20.335Z||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-04-09T01:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:44:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:44:20.337Z||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-04-09T01:44:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:44:29.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:44:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:45:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:45:20.335Z||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-04-09T01:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:45:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:45:20.336Z||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-04-09T01:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:45:29.873Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:45:29.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:46:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:46:20.335Z||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-04-09T01:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:46:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:46:20.336Z||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-04-09T01:46:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:46:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:46:29.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:47:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:47:20.335Z||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-04-09T01:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:47:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:47:20.336Z||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-04-09T01:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:47:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:47:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:48:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:48:20.335Z||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-04-09T01:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:48:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:48:20.336Z||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-04-09T01:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:48:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:48:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:49:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:49:20.334Z||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-04-09T01:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:49:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:49:20.336Z||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-04-09T01:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:49:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:49:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:50:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:50:20.335Z||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-04-09T01:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:50:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:50:20.336Z||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-04-09T01:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:50:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:50:29.885Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:51:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:51:20.335Z||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-04-09T01:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:51:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:51:20.336Z||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-04-09T01:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:51:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:51:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:52:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:52:20.335Z||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-04-09T01:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:52:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:52:20.336Z||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-04-09T01:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:52:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:52:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:53:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:53:20.334Z||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-04-09T01:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:53:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:53:20.336Z||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-04-09T01:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:53:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:53:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:54:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:54:20.335Z||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-04-09T01:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:54:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:54:20.336Z||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-04-09T01:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:54:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:54:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:55:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:55:20.335Z||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-04-09T01:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:55:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:55:20.336Z||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-04-09T01:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:55:29.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:55:29.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:56:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:56:20.335Z||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-04-09T01:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:56:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:56:20.336Z||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-04-09T01:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:56:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:56:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:57:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:57:20.335Z||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-04-09T01:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:57:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:57:20.336Z||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-04-09T01:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:57:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:57:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:58:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:58:20.335Z||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-04-09T01:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:58:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:58:20.336Z||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-04-09T01:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:58:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:58:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:59:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:59:20.335Z||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-04-09T01:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:59:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T01:59:20.336Z||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-04-09T01:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T01:59:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T01:59:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:00:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:00:20.335Z||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-04-09T02:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:00:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:00:20.336Z||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-04-09T02:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:00:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:00:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:01:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:01:20.335Z||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-04-09T02:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:01:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:01:20.336Z||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-04-09T02:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:01:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:01:29.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:02:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:02:20.335Z||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-04-09T02:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:02:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:02:20.336Z||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-04-09T02:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:02:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:02:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:03:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:03:20.334Z||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-04-09T02:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:03:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:03:20.336Z||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-04-09T02:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:03:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:03:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:04:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:04:20.335Z||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-04-09T02:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:04:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:04:20.336Z||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-04-09T02:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:04:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:04:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:05:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:05:20.335Z||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-04-09T02:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:05:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:05:20.336Z||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-04-09T02:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:05:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:05:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:06:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:06:20.335Z||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-04-09T02:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:06:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:06:20.336Z||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-04-09T02:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:06:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:06:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:07:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:07:20.335Z||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-04-09T02:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:07:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:07:20.336Z||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-04-09T02:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:07:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:07:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:08:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:08:20.335Z||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-04-09T02:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:08:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:08:20.336Z||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-04-09T02:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:08:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:08:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:09:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:09:20.335Z||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-04-09T02:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:09:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:09:20.336Z||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-04-09T02:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:09:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:09:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:10:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:10:20.335Z||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-04-09T02:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:10:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:10:20.336Z||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-04-09T02:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:10:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:10:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:11:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:11:20.335Z||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-04-09T02:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:11:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:11:20.336Z||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-04-09T02:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:11:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:11:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:12:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:12:20.334Z||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-04-09T02:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:12:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:12:20.336Z||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-04-09T02:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:12:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:12:29.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:13:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:13:20.335Z||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-04-09T02:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:13:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:13:20.336Z||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-04-09T02:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:13:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:13:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:14:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:14:20.334Z||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-04-09T02:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:14:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:14:20.336Z||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-04-09T02:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:14:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:14:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:15:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:15:20.334Z||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-04-09T02:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:15:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:15:20.336Z||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-04-09T02:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:15:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:15:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:16:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:16:20.334Z||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-04-09T02:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:16:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:16:20.336Z||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-04-09T02:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:16:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:16:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:17:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:17:20.335Z||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-04-09T02:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:17:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:17:20.336Z||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-04-09T02:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:17:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:17:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:18:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:18:20.334Z||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-04-09T02:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:18:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:18:20.336Z||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-04-09T02:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:18:29.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:18:29.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:19:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:19:20.335Z||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-04-09T02:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:19:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:19:20.336Z||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-04-09T02:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:19:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:19:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:20:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:20:20.335Z||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-04-09T02:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:20:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:20:20.336Z||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-04-09T02:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:20:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:20:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:21:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:21:20.334Z||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-04-09T02:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:21:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:21:20.336Z||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-04-09T02:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:21:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:21:29.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:22:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:22:20.335Z||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-04-09T02:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:22:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:22:20.336Z||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-04-09T02:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:22:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:22:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:23:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:23:20.335Z||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-04-09T02:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:23:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:23:20.336Z||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-04-09T02:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:23:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:23:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:24:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:24:20.335Z||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-04-09T02:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:24:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:24:20.336Z||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-04-09T02:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:24:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:24:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:25:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:25:20.335Z||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-04-09T02:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:25:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:25:20.336Z||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-04-09T02:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:25:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:25:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:26:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:26:20.335Z||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-04-09T02:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:26:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:26:20.337Z||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-04-09T02:26:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:26:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:26:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:27:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:27:20.335Z||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-04-09T02:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:27:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:27:20.336Z||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-04-09T02:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:27:29.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:27:29.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:28:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:28:20.335Z||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-04-09T02:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:28:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:28:20.338Z||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-04-09T02:28:20.338Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:28:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:28:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:29:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:29:20.335Z||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-04-09T02:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:29:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:29:20.336Z||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-04-09T02:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:29:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:29:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:30:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:30:20.335Z||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-04-09T02:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:30:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:30:20.337Z||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-04-09T02:30:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:30:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:30:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:31:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:31:20.335Z||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-04-09T02:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:31:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:31:20.336Z||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-04-09T02:31:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:31:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:31:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:32:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:32:20.334Z||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-04-09T02:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:32:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:32:20.336Z||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-04-09T02:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:32:29.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:32:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:33:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:33:20.335Z||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-04-09T02:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:33:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:33:20.336Z||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-04-09T02:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:33:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:33:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:34:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:34:20.335Z||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-04-09T02:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:34:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:34:20.336Z||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-04-09T02:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:34:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:34:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:35:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:35:20.335Z||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-04-09T02:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:35:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:35:20.336Z||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-04-09T02:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:35:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:35:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:36:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:36:20.335Z||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-04-09T02:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:36:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:36:20.336Z||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-04-09T02:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:36:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:36:29.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:37:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:37:20.335Z||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-04-09T02:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:37:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:37:20.337Z||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-04-09T02:37:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:37:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:37:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:38:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:38:20.335Z||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-04-09T02:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:38:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:38:20.337Z||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-04-09T02:38:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:38:29.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:38:29.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:39:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:39:20.334Z||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-04-09T02:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:39:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:39:20.336Z||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-04-09T02:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:39:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:39:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:40:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:40:20.335Z||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-04-09T02:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:40:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:40:20.336Z||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-04-09T02:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:40:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:40:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:41:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:41:20.334Z||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-04-09T02:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:41:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:41:20.336Z||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-04-09T02:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:41:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:41:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:42:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:42:20.335Z||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-04-09T02:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:42:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:42:20.336Z||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-04-09T02:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:42:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:42:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:43:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:43:20.335Z||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-04-09T02:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:43:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:43:20.336Z||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-04-09T02:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:43:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:43:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:44:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:44:20.335Z||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-04-09T02:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:44:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:44:20.336Z||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-04-09T02:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:44:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:44:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:45:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:45:20.335Z||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-04-09T02:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:45:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:45:20.336Z||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-04-09T02:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:45:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:45:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:46:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:46:20.335Z||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-04-09T02:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:46:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:46:20.336Z||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-04-09T02:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:46:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:46:29.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:47:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:47:20.335Z||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-04-09T02:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:47:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:47:20.337Z||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-04-09T02:47:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:47:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:47:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:48:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:48:20.334Z||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-04-09T02:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:48:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:48:20.336Z||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-04-09T02:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:48:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:48:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:49:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:49:20.335Z||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-04-09T02:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:49:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:49:20.336Z||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-04-09T02:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:49:29.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:49:29.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:50:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:50:20.335Z||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-04-09T02:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:50:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:50:20.337Z||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-04-09T02:50:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:50:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:50:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:51:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:51:20.335Z||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-04-09T02:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:51:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:51:20.337Z||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-04-09T02:51:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:51:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:51:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:52:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:52:20.334Z||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-04-09T02:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:52:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:52:20.336Z||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-04-09T02:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:52:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:52:29.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:53:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:53:20.334Z||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-04-09T02:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:53:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:53:20.336Z||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-04-09T02:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:53:29.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:53:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:54:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:54:20.334Z||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-04-09T02:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:54:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:54:20.336Z||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-04-09T02:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:54:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:54:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:55:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:55:20.335Z||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-04-09T02:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:55:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:55:20.336Z||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-04-09T02:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:55:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:55:29.882Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:56:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:56:20.334Z||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-04-09T02:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:56:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:56:20.336Z||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-04-09T02:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:56:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:56:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:57:20.334Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:57:20.335Z||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-04-09T02:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:57:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:57:20.336Z||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-04-09T02:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:57:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:57:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:58:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:58:20.335Z||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-04-09T02:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:58:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:58:20.336Z||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-04-09T02:58:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:58:29.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:58:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:59:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:59:20.335Z||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-04-09T02:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:59:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T02:59:20.336Z||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-04-09T02:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T02:59:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T02:59:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:00:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:00:20.335Z||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-04-09T03:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:00:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:00:20.336Z||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-04-09T03:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:00:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:00:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:01:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:01:20.335Z||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-04-09T03:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:01:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:01:20.336Z||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-04-09T03:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:01:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:01:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:02:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:02:20.335Z||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-04-09T03:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:02:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:02:20.336Z||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-04-09T03:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:02:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:02:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:03:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:03:20.335Z||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-04-09T03:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:03:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:03:20.336Z||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-04-09T03:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:03:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:03:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:04:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:04:20.335Z||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-04-09T03:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:04:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:04:20.336Z||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-04-09T03:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:04:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:04:29.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:05:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:05:20.335Z||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-04-09T03:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:05:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:05:20.336Z||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-04-09T03:05:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:05:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:05:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:06:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:06:20.335Z||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-04-09T03:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:06:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:06:20.336Z||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-04-09T03:06:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:06:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:06:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:07:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:07:20.335Z||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-04-09T03:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:07:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:07:20.336Z||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-04-09T03:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:07:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:07:29.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:08:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:08:20.335Z||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-04-09T03:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:08:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:08:20.336Z||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-04-09T03:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:08:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:08:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:09:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:09:20.335Z||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-04-09T03:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:09:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:09:20.337Z||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-04-09T03:09:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:09:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:09:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:10:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:10:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:10:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:10:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:10:20.336Z||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-04-09T03:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:10:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:10:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:11:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:11:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:11:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:11:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:11:20.336Z||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-04-09T03:11:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:11:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:11:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:12:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:12:20.335Z||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-04-09T03:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:12:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:12:20.336Z||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-04-09T03:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:12:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:12:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:13:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:13:20.335Z||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-04-09T03:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:13:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:13:20.336Z||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-04-09T03:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:13:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:13:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:14:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:14:20.334Z||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-04-09T03:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:14:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:14:20.336Z||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-04-09T03:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:14:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:14:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:15:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:15:20.335Z||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-04-09T03:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:15:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:15:20.336Z||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-04-09T03:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:15:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:15:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:16:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:16:20.335Z||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-04-09T03:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:16:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:16:20.336Z||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-04-09T03:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:16:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:16:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:17:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:17:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:17:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:17:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:17:20.336Z||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-04-09T03:17:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:17:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:17:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:18:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:18:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:18:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:18:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:18:20.336Z||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-04-09T03:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:18:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:18:29.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:19:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:19:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:19:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:19:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:19:20.336Z||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-04-09T03:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:19:29.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:19:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:20:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:20:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:20:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:20:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:20:20.336Z||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-04-09T03:20:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:20:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:20:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:21:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:21:20.334Z||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-04-09T03:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:21:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:21:20.337Z||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-04-09T03:21:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:21:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:21:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:22:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:22:20.335Z||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-04-09T03:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:22:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:22:20.336Z||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-04-09T03:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:22:29.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:22:29.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:23:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:23:20.335Z||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-04-09T03:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:23:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:23:20.336Z||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-04-09T03:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:23:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:23:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:24:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:24:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:24:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:24:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:24:20.337Z||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-04-09T03:24:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:24:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:24:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:25:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:25:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:25:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:25:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:25:20.337Z||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-04-09T03:25:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:25:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:25:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:26:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:26:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:26:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:26:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:26:20.336Z||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-04-09T03:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:26:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:26:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:27:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:27:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:27:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:27:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:27:20.336Z||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-04-09T03:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:27:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:27:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:28:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:28:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:28:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:28:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:28:20.336Z||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-04-09T03:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:28:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:28:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:29:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:29:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:29:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:29:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:29:20.336Z||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-04-09T03:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:29:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:29:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:30:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:30:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:30:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:30:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:30:20.336Z||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-04-09T03:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:30:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:30:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:31:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:31:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:31:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:31:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:31:20.336Z||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-04-09T03:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:31:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:31:29.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:32:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:32:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T03:32:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T03:32:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:32:20.336Z||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-04-09T03:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:32:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:32:29.885Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:33:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:33:20.335Z||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-04-09T03:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:33:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:33:20.337Z||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-04-09T03:33:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:33:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:33:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:34:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:34:20.335Z||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-04-09T03:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:34:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:34:20.336Z||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-04-09T03:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:34:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:34:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:35:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:35:20.335Z||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-04-09T03:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:35:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:35:20.336Z||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-04-09T03:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:35:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:35:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:36:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:36:20.335Z||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-04-09T03:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:36:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:36:20.336Z||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-04-09T03:36:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:36:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:36:29.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:37:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:37:20.335Z||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-04-09T03:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:37:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:37:20.336Z||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-04-09T03:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:37:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:37:29.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:38:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:38:20.335Z||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-04-09T03:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:38:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:38:20.336Z||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-04-09T03:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:38:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:38:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:39:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:39:20.335Z||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-04-09T03:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:39:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:39:20.336Z||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-04-09T03:39:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:39:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:39:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:40:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:40:20.335Z||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-04-09T03:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:40:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:40:20.336Z||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-04-09T03:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:40:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:40:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:41:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:41:20.335Z||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-04-09T03:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:41:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:41:20.336Z||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-04-09T03:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:41:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:41:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:42:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:42:20.334Z||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-04-09T03:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:42:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:42:20.336Z||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-04-09T03:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:42:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:42:29.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:43:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:43:20.335Z||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-04-09T03:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:43:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:43:20.336Z||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-04-09T03:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:43:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:43:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:44:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:44:20.334Z||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-04-09T03:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:44:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:44:20.336Z||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-04-09T03:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:44:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:44:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:45:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:45:20.335Z||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-04-09T03:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:45:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:45:20.342Z||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-04-09T03:45:20.342Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:45:29.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:45:29.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:46:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:46:20.335Z||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-04-09T03:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:46:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:46:20.336Z||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-04-09T03:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:46:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:46:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:47:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:47:20.335Z||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-04-09T03:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:47:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:47:20.336Z||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-04-09T03:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:47:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:47:29.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:48:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:48:20.335Z||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-04-09T03:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:48:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:48:20.336Z||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-04-09T03:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:48:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:48:29.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:49:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:49:20.335Z||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-04-09T03:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:49:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:49:20.336Z||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-04-09T03:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:49:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:49:29.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:50:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:50:20.335Z||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-04-09T03:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:50:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:50:20.336Z||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-04-09T03:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:50:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:50:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:51:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:51:20.335Z||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-04-09T03:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:51:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:51:20.336Z||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-04-09T03:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:51:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:51:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:52:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:52:20.334Z||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-04-09T03:52:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:52:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:52:20.336Z||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-04-09T03:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:52:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:52:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:53:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:53:20.335Z||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-04-09T03:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:53:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:53:20.337Z||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-04-09T03:53:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:53:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:53:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:54:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:54:20.334Z||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-04-09T03:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:54:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:54:20.336Z||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-04-09T03:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:54:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:54:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:55:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:55:20.335Z||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-04-09T03:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:55:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:55:20.336Z||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-04-09T03:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:55:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:55:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:56:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:56:20.334Z||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-04-09T03:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:56:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:56:20.336Z||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-04-09T03:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:56:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:56:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:57:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:57:20.335Z||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-04-09T03:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:57:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:57:20.336Z||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-04-09T03:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:57:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:57:29.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:58:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:58:20.334Z||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-04-09T03:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:58:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:58:20.336Z||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-04-09T03:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:58:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:58:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:59:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:59:20.335Z||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-04-09T03:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:59:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T03:59:20.336Z||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-04-09T03:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T03:59:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T03:59:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:00:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:00:20.334Z||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-04-09T04:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:00:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:00:20.336Z||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-04-09T04:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:00:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:00:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:01:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:01:20.335Z||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-04-09T04:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:01:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:01:20.336Z||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-04-09T04:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:01:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:01:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:02:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:02:20.335Z||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-04-09T04:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:02:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:02:20.337Z||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-04-09T04:02:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:02:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:02:29.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:03:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:03:20.335Z||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-04-09T04:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:03:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:03:20.336Z||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-04-09T04:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:03:29.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:03:29.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:04:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:04:20.335Z||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-04-09T04:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:04:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:04:20.336Z||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-04-09T04:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:04:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:04:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:05:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:05:20.334Z||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-04-09T04:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:05:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:05:20.336Z||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-04-09T04:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:05:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:05:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:06:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:06:20.335Z||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-04-09T04:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:06:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:06:20.336Z||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-04-09T04:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:06:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:06:29.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:07:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:07:20.335Z||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-04-09T04:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:07:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:07:20.337Z||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-04-09T04:07:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:07:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:07:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:08:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:08:20.335Z||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-04-09T04:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:08:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:08:20.336Z||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-04-09T04:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:08:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:08:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:09:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:09:20.334Z||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-04-09T04:09:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:09:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:09:20.336Z||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-04-09T04:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:09:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:09:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:10:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:10:20.335Z||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-04-09T04:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:10:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:10:20.336Z||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-04-09T04:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:10:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:10:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:11:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:11:20.335Z||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-04-09T04:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:11:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:11:20.336Z||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-04-09T04:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:11:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:11:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:12:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:12:20.334Z||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-04-09T04:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:12:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:12:20.336Z||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-04-09T04:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:12:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:12:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:13:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:13:20.334Z||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-04-09T04:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:13:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:13:20.336Z||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-04-09T04:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:13:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:13:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:14:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:14:20.335Z||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-04-09T04:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:14:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:14:20.336Z||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-04-09T04:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:14:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:14:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:15:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:15:20.335Z||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-04-09T04:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:15:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:15:20.336Z||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-04-09T04:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:15:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:15:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:16:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:16:20.335Z||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-04-09T04:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:16:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:16:20.336Z||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-04-09T04:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:16:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:16:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:17:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:17:20.335Z||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-04-09T04:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:17:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:17:20.336Z||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-04-09T04:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:17:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:17:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:18:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:18:20.335Z||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-04-09T04:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:18:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:18:20.336Z||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-04-09T04:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:18:29.873Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:18:29.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:19:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:19:20.334Z||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-04-09T04:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:19:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:19:20.336Z||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-04-09T04:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:19:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:19:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:20:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:20:20.334Z||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-04-09T04:20:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:20:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:20:20.336Z||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-04-09T04:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:20:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:20:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:21:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:21:20.335Z||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-04-09T04:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:21:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:21:20.336Z||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-04-09T04:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:21:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:21:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:22:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:22:20.335Z||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-04-09T04:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:22:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:22:20.336Z||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-04-09T04:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:22:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:22:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:23:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:23:20.335Z||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-04-09T04:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:23:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:23:20.336Z||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-04-09T04:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:23:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:23:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:24:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:24:20.335Z||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-04-09T04:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:24:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:24:20.336Z||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-04-09T04:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:24:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:24:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:25:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:25:20.335Z||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-04-09T04:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:25:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:25:20.336Z||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-04-09T04:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:25:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:25:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:26:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:26:20.334Z||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-04-09T04:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:26:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:26:20.336Z||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-04-09T04:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:26:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:26:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:27:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:27:20.335Z||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-04-09T04:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:27:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:27:20.336Z||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-04-09T04:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:27:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:27:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:28:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:28:20.335Z||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-04-09T04:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:28:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:28:20.336Z||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-04-09T04:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:28:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:28:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:29:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:29:20.335Z||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-04-09T04:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:29:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:29:20.336Z||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-04-09T04:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:29:29.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:29:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:30:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:30:20.335Z||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-04-09T04:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:30:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:30:20.336Z||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-04-09T04:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:30:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:30:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:31:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:31:20.335Z||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-04-09T04:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:31:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:31:20.336Z||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-04-09T04:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:31:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:31:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:32:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:32:20.335Z||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-04-09T04:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:32:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:32:20.336Z||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-04-09T04:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:32:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:32:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:33:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:33:20.335Z||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-04-09T04:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:33:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:33:20.336Z||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-04-09T04:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:33:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:33:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:34:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:34:20.335Z||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-04-09T04:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:34:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:34:20.336Z||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-04-09T04:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:34:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:34:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:35:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:35:20.335Z||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-04-09T04:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:35:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:35:20.336Z||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-04-09T04:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:35:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:35:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:36:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:36:20.335Z||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-04-09T04:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:36:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:36:20.336Z||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-04-09T04:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:36:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:36:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:37:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:37:20.335Z||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-04-09T04:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:37:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:37:20.336Z||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-04-09T04:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:37:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:37:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:38:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:38:20.335Z||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-04-09T04:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:38:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:38:20.336Z||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-04-09T04:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:38:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:38:29.883Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:39:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:39:20.335Z||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-04-09T04:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:39:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:39:20.336Z||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-04-09T04:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:39:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:39:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:40:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:40:20.334Z||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-04-09T04:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:40:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:40:20.336Z||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-04-09T04:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:40:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:40:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:41:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:41:20.335Z||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-04-09T04:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:41:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:41:20.336Z||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-04-09T04:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:41:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:41:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:42:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:42:20.335Z||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-04-09T04:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:42:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:42:20.336Z||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-04-09T04:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:42:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:42:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:43:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:43:20.335Z||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-04-09T04:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:43:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:43:20.336Z||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-04-09T04:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:43:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:43:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:44:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:44:20.334Z||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-04-09T04:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:44:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:44:20.336Z||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-04-09T04:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:44:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:44:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:45:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:45:20.334Z||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-04-09T04:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:45:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:45:20.337Z||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-04-09T04:45:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:45:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:45:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:46:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:46:20.335Z||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-04-09T04:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:46:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:46:20.336Z||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-04-09T04:46:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:46:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:46:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:47:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:47:20.335Z||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-04-09T04:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:47:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:47:20.336Z||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-04-09T04:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:47:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:47:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:48:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:48:20.335Z||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-04-09T04:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:48:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:48:20.336Z||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-04-09T04:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:48:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:48:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:49:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:49:20.335Z||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-04-09T04:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:49:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:49:20.336Z||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-04-09T04:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:49:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:49:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:50:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:50:20.335Z||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-04-09T04:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:50:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:50:20.336Z||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-04-09T04:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:50:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:50:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:51:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:51:20.335Z||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-04-09T04:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:51:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:51:20.336Z||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-04-09T04:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:51:29.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:51:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:52:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:52:20.334Z||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-04-09T04:52:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:52:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:52:20.336Z||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-04-09T04:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:52:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:52:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:53:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:53:20.334Z||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-04-09T04:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:53:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:53:20.336Z||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-04-09T04:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:53:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:53:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:54:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:54:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T04:54:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T04:54:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:54:20.337Z||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-04-09T04:54:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:54:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:54:29.886Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:55:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:55:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T04:55:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T04:55:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:55:20.336Z||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-04-09T04:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:55:29.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:55:29.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:56:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:56:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T04:56:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T04:56:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:56:20.336Z||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-04-09T04:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:56:29.872Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:56:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:57:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:57:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T04:57:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T04:57:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:57:20.336Z||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-04-09T04:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:57:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:57:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:58:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:58:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T04:58:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T04:58:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:58:20.336Z||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-04-09T04:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:58:29.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:58:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:59:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:59:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T04:59:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T04:59:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T04:59:20.336Z||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-04-09T04:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T04:59:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T04:59:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:00:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:00:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:00:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:00:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:00:20.336Z||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-04-09T05:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:00:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:00:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:01:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:01:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:01:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:01:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:01:20.336Z||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-04-09T05:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:01:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:01:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:02:20.335Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:02:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:02:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:02:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:02:20.336Z||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-04-09T05:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:02:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:02:29.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:03:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:03:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:03:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:03:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:03:20.336Z||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-04-09T05:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:03:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:03:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:04:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:04:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:04:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:04:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:04:20.336Z||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-04-09T05:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:04:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:04:29.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:05:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:05:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:05:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:05:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:05:20.336Z||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-04-09T05:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:05:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:05:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:06:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:06:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:06:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:06:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:06:20.336Z||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-04-09T05:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:06:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:06:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:07:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:07:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:07:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:07:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:07:20.336Z||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-04-09T05:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:07:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:07:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:08:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:08:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:08:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:08:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:08:20.336Z||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-04-09T05:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:08:29.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:08:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:09:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:09:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:09:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:09:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:09:20.336Z||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-04-09T05:09:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:09:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:09:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:10:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:10:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:10:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:10:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:10:20.336Z||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-04-09T05:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:10:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:10:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:11:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:11:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:11:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:11:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:11:20.336Z||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-04-09T05:11:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:11:29.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:11:29.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:12:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:12:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:12:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:12:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:12:20.336Z||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-04-09T05:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:12:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:12:29.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:13:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:13:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:13:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:13:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:13:20.336Z||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-04-09T05:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:13:29.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:13:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:14:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:14:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:14:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:14:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:14:20.336Z||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-04-09T05:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:14:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:14:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:15:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:15:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:15:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:15:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:15:20.336Z||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-04-09T05:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:15:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:15:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:16:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:16:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:16:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:16:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:16:20.336Z||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-04-09T05:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:16:29.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:16:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:17:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:17:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:17:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:17:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:17:20.336Z||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-04-09T05:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:17:29.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:17:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:18:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:18:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:18:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:18:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:18:20.336Z||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-04-09T05:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:18:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:18:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:19:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:19:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:19:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:19:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:19:20.336Z||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-04-09T05:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:19:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:19:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:20:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:20:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:20:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:20:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:20:20.336Z||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-04-09T05:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:20:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:20:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:21:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:21:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:21:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:21:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:21:20.336Z||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-04-09T05:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:21:29.872Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:21:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:22:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:22:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:22:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:22:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:22:20.336Z||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-04-09T05:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:22:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:22:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:23:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:23:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:23:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:23:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:23:20.336Z||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-04-09T05:23:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:23:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:23:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:24:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:24:20.334Z||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-04-09T05:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:24:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:24:20.336Z||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-04-09T05:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:24:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:24:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:25:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:25:20.335Z||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-04-09T05:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:25:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:25:20.336Z||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-04-09T05:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:25:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:25:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:26:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:26:20.335Z||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-04-09T05:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:26:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:26:20.336Z||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-04-09T05:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:26:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:26:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:27:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:27:20.335Z||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-04-09T05:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:27:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:27:20.336Z||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-04-09T05:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:27:29.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:27:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:28:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:28:20.335Z||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-04-09T05:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:28:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:28:20.336Z||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-04-09T05:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:28:29.882Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:28:29.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:29:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:29:20.335Z||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-04-09T05:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:29:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:29:20.336Z||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-04-09T05:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:29:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:29:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:30:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:30:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:30:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:30:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:30:20.336Z||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-04-09T05:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:30:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:30:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:31:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:31:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:31:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:31:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:31:20.336Z||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-04-09T05:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:31:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:31:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:32:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:32:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:32:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:32:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:32:20.336Z||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-04-09T05:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:32:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:32:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:33:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:33:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:33:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:33:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:33:20.336Z||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-04-09T05:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:33:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:33:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:34:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:34:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:34:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:34:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:34:20.336Z||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-04-09T05:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:34:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:34:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:35:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:35:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T05:35:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T05:35:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:35:20.336Z||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-04-09T05:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:35:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:35:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:36:20.335Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:36:20.335Z||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-04-09T05:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:36:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:36:20.336Z||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-04-09T05:36:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:36:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:36:29.881Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:37:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:37:20.335Z||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-04-09T05:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:37:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:37:20.336Z||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-04-09T05:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:37:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:37:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:38:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:38:20.334Z||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-04-09T05:38:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:38:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:38:20.336Z||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-04-09T05:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:38:29.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:38:29.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:39:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:39:20.335Z||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-04-09T05:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:39:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:39:20.337Z||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-04-09T05:39:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:39:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:39:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:40:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:40:20.335Z||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-04-09T05:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:40:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:40:20.336Z||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-04-09T05:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:40:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:40:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:41:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:41:20.334Z||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-04-09T05:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:41:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:41:20.336Z||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-04-09T05:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:41:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:41:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:42:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:42:20.335Z||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-04-09T05:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:42:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:42:20.336Z||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-04-09T05:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:42:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:42:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:43:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:43:20.335Z||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-04-09T05:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:43:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:43:20.336Z||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-04-09T05:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:43:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:43:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:44:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:44:20.335Z||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-04-09T05:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:44:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:44:20.337Z||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-04-09T05:44:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:44:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:44:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:45:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:45:20.334Z||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-04-09T05:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:45:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:45:20.336Z||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-04-09T05:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:45:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:45:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:46:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:46:20.335Z||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-04-09T05:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:46:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:46:20.336Z||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-04-09T05:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:46:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:46:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:47:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:47:20.334Z||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-04-09T05:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:47:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:47:20.359Z||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-04-09T05:47:20.359Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:47:29.902Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:47:29.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:48:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:48:20.335Z||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-04-09T05:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:48:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:48:20.336Z||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-04-09T05:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:48:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:48:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:49:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:49:20.334Z||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-04-09T05:49:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:49:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:49:20.336Z||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-04-09T05:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:49:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:49:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:50:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:50:20.334Z||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-04-09T05:50:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:50:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:50:20.336Z||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-04-09T05:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:50:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:50:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:51:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:51:20.334Z||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-04-09T05:51:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:51:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:51:20.337Z||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-04-09T05:51:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:51:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:51:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:52:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:52:20.335Z||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-04-09T05:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:52:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:52:20.336Z||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-04-09T05:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:52:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:52:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:53:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:53:20.334Z||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-04-09T05:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:53:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:53:20.336Z||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-04-09T05:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:53:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:53:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:54:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:54:20.335Z||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-04-09T05:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:54:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:54:20.336Z||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-04-09T05:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:54:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:54:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:55:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:55:20.334Z||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-04-09T05:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:55:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:55:20.336Z||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-04-09T05:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:55:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:55:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:56:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:56:20.334Z||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-04-09T05:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:56:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:56:20.336Z||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-04-09T05:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:56:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:56:29.881Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:57:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:57:20.334Z||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-04-09T05:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:57:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:57:20.336Z||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-04-09T05:57:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:57:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:57:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:58:20.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:58:20.336Z||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-04-09T05:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:58:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:58:20.336Z||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-04-09T05:58:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:58:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:58:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:59:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:59:20.335Z||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-04-09T05:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:59:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T05:59:20.336Z||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-04-09T05:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T05:59:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T05:59:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:00:20.335Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:00:20.335Z||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-04-09T06:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:00:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:00:20.336Z||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-04-09T06:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:00:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:00:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:01:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:01:20.335Z||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-04-09T06:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:01:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:01:20.336Z||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-04-09T06:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:01:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:01:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:02:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:02:20.335Z||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-04-09T06:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:02:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:02:20.336Z||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-04-09T06:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:02:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:02:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:03:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:03:20.335Z||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-04-09T06:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:03:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:03:20.336Z||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-04-09T06:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:03:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:03:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:04:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:04:20.335Z||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-04-09T06:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:04:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:04:20.337Z||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-04-09T06:04:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:04:29.880Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:04:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:05:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:05:20.335Z||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-04-09T06:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:05:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:05:20.336Z||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-04-09T06:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:05:29.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:05:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:06:20.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:06:20.335Z||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-04-09T06:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:06:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:06:20.336Z||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-04-09T06:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:06:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:06:29.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:07:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:07:20.335Z||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-04-09T06:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:07:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:07:20.336Z||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-04-09T06:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:07:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:07:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:08:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:08:20.335Z||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-04-09T06:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:08:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:08:20.336Z||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-04-09T06:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:08:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:08:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:09:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:09:20.335Z||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-04-09T06:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:09:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:09:20.336Z||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-04-09T06:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:09:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:09:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:10:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:10:20.335Z||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-04-09T06:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:10:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:10:20.336Z||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-04-09T06:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:10:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:10:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:11:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:11:20.335Z||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-04-09T06:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:11:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:11:20.336Z||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-04-09T06:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:11:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:11:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:12:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:12:20.335Z||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-04-09T06:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:12:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:12:20.336Z||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-04-09T06:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:12:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:12:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:13:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:13:20.334Z||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-04-09T06:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:13:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:13:20.336Z||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-04-09T06:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:13:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:13:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:14:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:14:20.335Z||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-04-09T06:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:14:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:14:20.336Z||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-04-09T06:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:14:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:14:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:15:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:15:20.335Z||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-04-09T06:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:15:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:15:20.336Z||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-04-09T06:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:15:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:15:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:16:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:16:20.335Z||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-04-09T06:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:16:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:16:20.336Z||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-04-09T06:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:16:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:16:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:17:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:17:20.334Z||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-04-09T06:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:17:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:17:20.336Z||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-04-09T06:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:17:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:17:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:18:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:18:20.334Z||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-04-09T06:18:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:18:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:18:20.336Z||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-04-09T06:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:18:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:18:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:19:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:19:20.335Z||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-04-09T06:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:19:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:19:20.336Z||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-04-09T06:19:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:19:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:19:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:20:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:20:20.334Z||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-04-09T06:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:20:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:20:20.336Z||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-04-09T06:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:20:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:20:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:21:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:21:20.334Z||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-04-09T06:21:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:21:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:21:20.336Z||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-04-09T06:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:21:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:21:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:22:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:22:20.334Z||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-04-09T06:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:22:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:22:20.336Z||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-04-09T06:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:22:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:22:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:23:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:23:20.335Z||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-04-09T06:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:23:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:23:20.336Z||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-04-09T06:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:23:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:23:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:24:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:24:20.334Z||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-04-09T06:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:24:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:24:20.336Z||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-04-09T06:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:24:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:24:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:25:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:25:20.335Z||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-04-09T06:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:25:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:25:20.336Z||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-04-09T06:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:25:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:25:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:26:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:26:20.335Z||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-04-09T06:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:26:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:26:20.336Z||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-04-09T06:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:26:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:26:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:27:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:27:20.335Z||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-04-09T06:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:27:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:27:20.336Z||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-04-09T06:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:27:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:27:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:28:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:28:20.334Z||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-04-09T06:28:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:28:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:28:20.336Z||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-04-09T06:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:28:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:28:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:29:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:29:20.335Z||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-04-09T06:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:29:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:29:20.336Z||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-04-09T06:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:29:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:29:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:30:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:30:20.335Z||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-04-09T06:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:30:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:30:20.336Z||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-04-09T06:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:30:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:30:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:31:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:31:20.335Z||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-04-09T06:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:31:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:31:20.336Z||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-04-09T06:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:31:29.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:31:29.882Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:32:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:32:20.335Z||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-04-09T06:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:32:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:32:20.336Z||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-04-09T06:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:32:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:32:29.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:33:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:33:20.334Z||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-04-09T06:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:33:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:33:20.336Z||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-04-09T06:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:33:29.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:33:29.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:34:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:34:20.334Z||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-04-09T06:34:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:34:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:34:20.336Z||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-04-09T06:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:34:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:34:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:35:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:35:20.335Z||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-04-09T06:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:35:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:35:20.336Z||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-04-09T06:35:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:35:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:35:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:36:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:36:20.335Z||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-04-09T06:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:36:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:36:20.336Z||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-04-09T06:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:36:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:36:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:37:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:37:20.335Z||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-04-09T06:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:37:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:37:20.336Z||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-04-09T06:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:37:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:37:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:38:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:38:20.335Z||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-04-09T06:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:38:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:38:20.336Z||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-04-09T06:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:38:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:38:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:39:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:39:20.335Z||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-04-09T06:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:39:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:39:20.336Z||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-04-09T06:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:39:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:39:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:40:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:40:20.335Z||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-04-09T06:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:40:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:40:20.336Z||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-04-09T06:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:40:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:40:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:41:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:41:20.335Z||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-04-09T06:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:41:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:41:20.336Z||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-04-09T06:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:41:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:41:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:42:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:42:20.334Z||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-04-09T06:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:42:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:42:20.336Z||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-04-09T06:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:42:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:42:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:43:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:43:20.334Z||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-04-09T06:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:43:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:43:20.336Z||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-04-09T06:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:43:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:43:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:44:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:44:20.334Z||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-04-09T06:44:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:44:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:44:20.336Z||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-04-09T06:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:44:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:44:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:45:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:45:20.335Z||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-04-09T06:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:45:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:45:20.336Z||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-04-09T06:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:45:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:45:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:46:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:46:20.334Z||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-04-09T06:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:46:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:46:20.336Z||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-04-09T06:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:46:29.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:46:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:47:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:47:20.335Z||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-04-09T06:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:47:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:47:20.336Z||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-04-09T06:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:47:29.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:47:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:48:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:48:20.335Z||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-04-09T06:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:48:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:48:20.336Z||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-04-09T06:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:48:29.898Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:48:29.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:49:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:49:20.335Z||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-04-09T06:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:49:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:49:20.336Z||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-04-09T06:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:49:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:49:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:50:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:50:20.334Z||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-04-09T06:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:50:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:50:20.336Z||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-04-09T06:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:50:29.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:50:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:51:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:51:20.335Z||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-04-09T06:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:51:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:51:20.336Z||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-04-09T06:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:51:29.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:51:29.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:52:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:52:20.335Z||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-04-09T06:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:52:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:52:20.336Z||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-04-09T06:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:52:29.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:52:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:53:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:53:20.335Z||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-04-09T06:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:53:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:53:20.336Z||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-04-09T06:53:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:53:29.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:53:29.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:54:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:54:20.334Z||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-04-09T06:54:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:54:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:54:20.336Z||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-04-09T06:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:54:29.874Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:54:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:55:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:55:20.335Z||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-04-09T06:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:55:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:55:20.336Z||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-04-09T06:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:55:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:55:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:56:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:56:20.335Z||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-04-09T06:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:56:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:56:20.336Z||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-04-09T06:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:56:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:56:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:57:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:57:20.335Z||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-04-09T06:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:57:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:57:20.336Z||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-04-09T06:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:57:29.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:57:29.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:58:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:58:20.335Z||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-04-09T06:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:58:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:58:20.336Z||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-04-09T06:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:58:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:58:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:59:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:59:20.334Z||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-04-09T06:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:59:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T06:59:20.336Z||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-04-09T06:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T06:59:29.868Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T06:59:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:00:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:00:20.335Z||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-04-09T07:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:00:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:00:20.336Z||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-04-09T07:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:00:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:00:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:01:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:01:20.335Z||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-04-09T07:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:01:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:01:20.337Z||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-04-09T07:01:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:01:29.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:01:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:02:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:02:20.334Z||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-04-09T07:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:02:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:02:20.336Z||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-04-09T07:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:02:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:02:29.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:03:20.334Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:03:20.335Z||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-04-09T07:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:03:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:03:20.336Z||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-04-09T07:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:03:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:03:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:04:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:04:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:04:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:04:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:04:20.336Z||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-04-09T07:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:04:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:04:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:05:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:05:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:05:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:05:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:05:20.336Z||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-04-09T07:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:05:29.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:05:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:06:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:06:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:06:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:06:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:06:20.336Z||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-04-09T07:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:06:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:06:29.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:07:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:07:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:07:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:07:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:07:20.336Z||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-04-09T07:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:07:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:07:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:08:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:08:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:08:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:08:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:08:20.336Z||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-04-09T07:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:08:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:08:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:09:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:09:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:09:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:09:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:09:20.336Z||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-04-09T07:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:09:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:09:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:10:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:10:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:10:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:10:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:10:20.336Z||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-04-09T07:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:10:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:10:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:11:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:11:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:11:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:11:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:11:20.336Z||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-04-09T07:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:11:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:11:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:12:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:12:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:12:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:12:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:12:20.336Z||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-04-09T07:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:12:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:12:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:13:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:13:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:13:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:13:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:13:20.336Z||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-04-09T07:13:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:13:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:13:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:14:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:14:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:14:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:14:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:14:20.336Z||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-04-09T07:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:14:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:14:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:15:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:15:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:15:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:15:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:15:20.336Z||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-04-09T07:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:15:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:15:29.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:16:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:16:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:16:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:16:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:16:20.336Z||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-04-09T07:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:16:29.870Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:16:29.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:17:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:17:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:17:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:17:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:17:20.336Z||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-04-09T07:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:17:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:17:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:18:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:18:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:18:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:18:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:18:20.336Z||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-04-09T07:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:18:29.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:18:29.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:19:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:19:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:19:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:19:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:19:20.336Z||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-04-09T07:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:19:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:19:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:20:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:20:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:20:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:20:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:20:20.336Z||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-04-09T07:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:20:29.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:20:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:21:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:21:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:21:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:21:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:21:20.337Z||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-04-09T07:21:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:21:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:21:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:22:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:22:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:22:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:22:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:22:20.336Z||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-04-09T07:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:22:29.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:22:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:23:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:23:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:23:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:23:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:23:20.336Z||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-04-09T07:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:23:29.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:23:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:24:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:24:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:24:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:24:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:24:20.336Z||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-04-09T07:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:24:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:24:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:25:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:25:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:25:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:25:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:25:20.336Z||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-04-09T07:25:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:25:29.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:25:29.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:26:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:26:20.335Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:26:20.335Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:26:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:26:20.336Z||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-04-09T07:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:26:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:26:29.881Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:27:20.334Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:27:20.334Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-09T07:27:20.334Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uOAgssa6aR29dotQ) ... 2021-04-09T07:27:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:27:20.336Z||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-04-09T07:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:27:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:27:29.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:28:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:28:20.335Z||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-04-09T07:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:28:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:28:20.336Z||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-04-09T07:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:28:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:28:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:29:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:29:20.334Z||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-04-09T07:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:29:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:29:20.336Z||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-04-09T07:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:29:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:29:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:30:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:30:20.334Z||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-04-09T07:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:30:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:30:20.336Z||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-04-09T07:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:30:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:30:29.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:31:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:31:20.334Z||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-04-09T07:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:31:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:31:20.336Z||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-04-09T07:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:31:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:31:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:32:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:32:20.335Z||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-04-09T07:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:32:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:32:20.336Z||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-04-09T07:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:32:29.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:32:29.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:33:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:33:20.335Z||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-04-09T07:33:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:33:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:33:20.336Z||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-04-09T07:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:33:29.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:33:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:34:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:34:20.334Z||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-04-09T07:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:34:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:34:20.336Z||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-04-09T07:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:34:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:34:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:35:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:35:20.334Z||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-04-09T07:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:35:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:35:20.336Z||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-04-09T07:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:35:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:35:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:36:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:36:20.335Z||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-04-09T07:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:36:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:36:20.337Z||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-04-09T07:36:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:36:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:36:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:37:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:37:20.335Z||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-04-09T07:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:37:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:37:20.336Z||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-04-09T07:37:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:37:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:37:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:38:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:38:20.335Z||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-04-09T07:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:38:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:38:20.336Z||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-04-09T07:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:38:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:38:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:39:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:39:20.335Z||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-04-09T07:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:39:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:39:20.336Z||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-04-09T07:39:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:39:29.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:39:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:40:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:40:20.335Z||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-04-09T07:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:40:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:40:20.336Z||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-04-09T07:40:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:40:29.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:40:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:41:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:41:20.335Z||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-04-09T07:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:41:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:41:20.336Z||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-04-09T07:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:41:29.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:41:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:42:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:42:20.335Z||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-04-09T07:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:42:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:42:20.336Z||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-04-09T07:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:42:29.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:42:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:43:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:43:20.334Z||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-04-09T07:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:43:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:43:20.336Z||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-04-09T07:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:43:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:43:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:44:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:44:20.335Z||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-04-09T07:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:44:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:44:20.336Z||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-04-09T07:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:44:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:44:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:45:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:45:20.335Z||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-04-09T07:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:45:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:45:20.336Z||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-04-09T07:45:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:45:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:45:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:46:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:46:20.334Z||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-04-09T07:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:46:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:46:20.336Z||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-04-09T07:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:46:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:46:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:47:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:47:20.335Z||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-04-09T07:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:47:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:47:20.336Z||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-04-09T07:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:47:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:47:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:48:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:48:20.335Z||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-04-09T07:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:48:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:48:20.336Z||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-04-09T07:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:48:29.878Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:48:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:49:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:49:20.335Z||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-04-09T07:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:49:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:49:20.336Z||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-04-09T07:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:49:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:49:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:50:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:50:20.335Z||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-04-09T07:50:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:50:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:50:20.336Z||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-04-09T07:50:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:50:29.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:50:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:51:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:51:20.335Z||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-04-09T07:51:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:51:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:51:20.336Z||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-04-09T07:51:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:51:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:51:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:52:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:52:20.335Z||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-04-09T07:52:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:52:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:52:20.336Z||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-04-09T07:52:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:52:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:52:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:53:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:53:20.335Z||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-04-09T07:53:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:53:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:53:20.336Z||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-04-09T07:53:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:53:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:53:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:54:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:54:20.334Z||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-04-09T07:54:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:54:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:54:20.336Z||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-04-09T07:54:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:54:29.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:54:29.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:55:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:55:20.334Z||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-04-09T07:55:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:55:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:55:20.336Z||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-04-09T07:55:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:55:29.874Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:55:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:56:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:56:20.335Z||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-04-09T07:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:56:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:56:20.336Z||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-04-09T07:56:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:56:29.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:56:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:57:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:57:20.335Z||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-04-09T07:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:57:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:57:20.336Z||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-04-09T07:57:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:57:29.878Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:57:29.879Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:58:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:58:20.335Z||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-04-09T07:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:58:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:58:20.336Z||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-04-09T07:58:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:58:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:58:29.878Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:59:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:59:20.334Z||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-04-09T07:59:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:59:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T07:59:20.336Z||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-04-09T07:59:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T07:59:29.874Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T07:59:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:00:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:00:20.335Z||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-04-09T08:00:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:00:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:00:20.336Z||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-04-09T08:00:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:00:29.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:00:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:01:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:01:20.334Z||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-04-09T08:01:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:01:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:01:20.336Z||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-04-09T08:01:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:01:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:01:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:02:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:02:20.335Z||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-04-09T08:02:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:02:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:02:20.336Z||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-04-09T08:02:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:02:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:02:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:03:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:03:20.334Z||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-04-09T08:03:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:03:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:03:20.336Z||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-04-09T08:03:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:03:29.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:03:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:04:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:04:20.335Z||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-04-09T08:04:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:04:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:04:20.336Z||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-04-09T08:04:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:04:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:04:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:05:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:05:20.335Z||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-04-09T08:05:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:05:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:05:20.336Z||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-04-09T08:05:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:05:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:05:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:06:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:06:20.335Z||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-04-09T08:06:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:06:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:06:20.336Z||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-04-09T08:06:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:06:29.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:06:29.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:07:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:07:20.334Z||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-04-09T08:07:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:07:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:07:20.336Z||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-04-09T08:07:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:07:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:07:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:08:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:08:20.335Z||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-04-09T08:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:08:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:08:20.336Z||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-04-09T08:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:08:29.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:08:29.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:09:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:09:20.335Z||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-04-09T08:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:09:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:09:20.336Z||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-04-09T08:09:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:09:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:09:29.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:10:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:10:20.335Z||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-04-09T08:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:10:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:10:20.336Z||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-04-09T08:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:10:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:10:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:11:20.334Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:11:20.334Z||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-04-09T08:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:11:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:11:20.336Z||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-04-09T08:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:11:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:11:29.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:12:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:12:20.335Z||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-04-09T08:12:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:12:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:12:20.336Z||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-04-09T08:12:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:12:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:12:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:13:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:13:20.335Z||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-04-09T08:13:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:13:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:13:20.336Z||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-04-09T08:13:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:13:29.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:13:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:14:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:14:20.335Z||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-04-09T08:14:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:14:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:14:20.336Z||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-04-09T08:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:14:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:14:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:15:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:15:20.335Z||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-04-09T08:15:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:15:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:15:20.336Z||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-04-09T08:15:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:15:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:15:29.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:16:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:16:20.335Z||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-04-09T08:16:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:16:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:16:20.336Z||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-04-09T08:16:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:16:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:16:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:17:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:17:20.335Z||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-04-09T08:17:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:17:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:17:20.336Z||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-04-09T08:17:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:17:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:17:29.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:18:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:18:20.335Z||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-04-09T08:18:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:18:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:18:20.336Z||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-04-09T08:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:18:29.873Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:18:29.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:19:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:19:20.334Z||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-04-09T08:19:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:19:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:19:20.336Z||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-04-09T08:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:19:29.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:19:29.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:20:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:20:20.335Z||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-04-09T08:20:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:20:20.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:20:20.336Z||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-04-09T08:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:20:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:20:29.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:21:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:21:20.335Z||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-04-09T08:21:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:21:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:21:20.336Z||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-04-09T08:21:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:21:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:21:29.880Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:22:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:22:20.335Z||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-04-09T08:22:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:22:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:22:20.336Z||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-04-09T08:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:22:29.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:22:29.876Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:23:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:23:20.334Z||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-04-09T08:23:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:23:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:23:20.336Z||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-04-09T08:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:23:29.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:23:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:24:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:24:20.335Z||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-04-09T08:24:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:24:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:24:20.336Z||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-04-09T08:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:24:29.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:24:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:25:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:25:20.334Z||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-04-09T08:25:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:25:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:25:20.336Z||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-04-09T08:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:25:29.884Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:25:29.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:26:20.334Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:26:20.335Z||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-04-09T08:26:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:26:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:26:20.336Z||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-04-09T08:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:26:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:26:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:27:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:27:20.335Z||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-04-09T08:27:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:27:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:27:20.336Z||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-04-09T08:27:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:27:29.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:27:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:28:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:28:20.335Z||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-04-09T08:28:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:28:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:28:20.336Z||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-04-09T08:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:28:29.879Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:28:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:29:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:29:20.335Z||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-04-09T08:29:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:29:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:29:20.336Z||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-04-09T08:29:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:29:29.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:29:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:30:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:30:20.335Z||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-04-09T08:30:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:30:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:30:20.336Z||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-04-09T08:30:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:30:29.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:30:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:31:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:31:20.335Z||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-04-09T08:31:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:31:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:31:20.336Z||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-04-09T08:31:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:31:29.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:31:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:32:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:32:20.335Z||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-04-09T08:32:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:32:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:32:20.336Z||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-04-09T08:32:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:32:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:32:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:33:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:33:20.334Z||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-04-09T08:33:20.334Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:33:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:33:20.336Z||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-04-09T08:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:33:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:33:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:34:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:34:20.335Z||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-04-09T08:34:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:34:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:34:20.336Z||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-04-09T08:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:34:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:34:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:35:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:35:20.334Z||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-04-09T08:35:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:35:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:35:20.336Z||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-04-09T08:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:35:29.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:35:29.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:36:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:36:20.335Z||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-04-09T08:36:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:36:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:36:20.336Z||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-04-09T08:36:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:36:29.876Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:36:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:37:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:37:20.335Z||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-04-09T08:37:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:37:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:37:20.336Z||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-04-09T08:37:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:37:29.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:37:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:38:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:38:20.334Z||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-04-09T08:38:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:38:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:38:20.336Z||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-04-09T08:38:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:38:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:38:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:39:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:39:20.335Z||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-04-09T08:39:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:39:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:39:20.336Z||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-04-09T08:39:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:39:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:39:29.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:40:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:40:20.335Z||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-04-09T08:40:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:40:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:40:20.336Z||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-04-09T08:40:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:40:29.874Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:40:29.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:41:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:41:20.335Z||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-04-09T08:41:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:41:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:41:20.336Z||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-04-09T08:41:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:41:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:41:29.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:42:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:42:20.335Z||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-04-09T08:42:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:42:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:42:20.336Z||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-04-09T08:42:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:42:29.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:42:29.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:43:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:43:20.334Z||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-04-09T08:43:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:43:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:43:20.336Z||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-04-09T08:43:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:43:29.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:43:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:44:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:44:20.335Z||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-04-09T08:44:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:44:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:44:20.336Z||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-04-09T08:44:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:44:29.875Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:44:29.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:45:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:45:20.335Z||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-04-09T08:45:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:45:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:45:20.337Z||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-04-09T08:45:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:45:29.881Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:45:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:46:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:46:20.335Z||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-04-09T08:46:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:46:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:46:20.336Z||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-04-09T08:46:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:46:29.876Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:46:29.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:47:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:47:20.335Z||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-04-09T08:47:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:47:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:47:20.336Z||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-04-09T08:47:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:47:29.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:47:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:48:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:48:20.334Z||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-04-09T08:48:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:48:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:48:20.336Z||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-04-09T08:48:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:48:29.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:48:29.882Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:20.334Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:49:20.335Z||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-04-09T08:49:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:49:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:49:20.336Z||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-04-09T08:49:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:49:20.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:20.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958147286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958149404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958147286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958149404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958147286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958149404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958151521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958147286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958149404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958151521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOTIFIED" } 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958147286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958153199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958149404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958151521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958147286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958153199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "ves-openapi-manager", "timestamp": 1617958154272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958149404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958151521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958147286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:49:20.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958153199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "ves-openapi-manager", "timestamp": 1617958154272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958149404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958151521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958155615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958155850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958153199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "ves-openapi-manager", "timestamp": 1617958154272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958151521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958155615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOTIFIED" } 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958157475, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958157486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:49:20.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958155850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOTIFIED" } 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958153199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958157092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "ves-openapi-manager", "timestamp": 1617958154272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958151521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958155615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "cds", "timestamp": 1617958158494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-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-04-09T08:49:20.624Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 441bcdbe-f306-45f4-9d0b-8142e8e95bea 2021-04-09T08:49:20.641Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:49:20.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958155850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958157092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOTIFIED" } 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958153199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "ves-openapi-manager", "timestamp": 1617958154272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958155615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958155850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "dcae-sch", "timestamp": 1617958159137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958153199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958157092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "ves-openapi-manager", "timestamp": 1617958154272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:20.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:49:20.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:20.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T08:49:20.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"441bcdbe-f306-45f4-9d0b-8142e8e95bea","serviceName":"basic_onboard_lbIfLQ","serviceVersion":"1.0","serviceUUID":"44e79cb1-7672-4215-80c0-d76fba2e242f","serviceDescription":"service","serviceInvariantUUID":"5b44c2d2-569e-4803-acf1-193c92340ed4","resources":[{"resourceInstanceName":"basic_onboard_lbIfLQ 0","resourceName":"basic_onboard_lbIfLQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b59684d9-3641-4915-82fd-6b92f2cc4bf2","resourceInvariantUUID":"780dbfd6-7b2c-4a8f-acbd-e7f56f036e3a","resourceCustomizationUUID":"f97851ee-f0f4-4326-9520-6e8b7d9babed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml","artifactChecksum":"YjgwNWEyMjFhNTBmNDcwYTA4NzUxOTI2Mjc2YTlhNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7eab1d96-2a07-44ff-a06f-fe6159b48c70","artifactVersion":"1"},{"artifactName":"basic_onboard_lbiflq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json","artifactChecksum":"ZTMzMDZjZjgwNGJmZjhjYWRkZTUzNjYwNjkzNjg5Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71cf6079-650c-4f51-b6ae-70e73c58482b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f1c79476-ab8b-4698-9513-eb7f0af263b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f5df9160-74e0-45ff-b7ea-fb6f19a312b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4310e993-7373-42aa-aa01-e5932f3f2d31","artifactVersion":"2","generatedFromUUID":"f1c79476-ab8b-4698-9513-eb7f0af263b8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLbiflq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml","artifactChecksum":"ZWE4ZDNkYjE0MTNjY2ZiNGMwNzM4MzRhNmE3ODdjYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eaddeadd-de09-4d75-95a1-09d35186b89d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLbiflq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar","artifactChecksum":"MDRiMjUwNDhjNGU5NmVkMDhhZDc2ZDA3OThkODQ5NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a83c1cc-1667-4027-a629-6add2bee8bb6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-09T08:49:20.971Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:49:20.974Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:20.982Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:20.982Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:21.082Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-04-09T08:49:21.086Z||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-04-09T08:49:21.086Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:21.097Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:21.099Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:21.986Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:49:21.987Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:21.988Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:21.989Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOTIFIED" } 2021-04-09T08:49:22.089Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:22.089Z||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-04-09T08:49:22.089Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:22.099Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:22.099Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-09T08:49:22.989Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:49:22.991Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:22.993Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:22.993Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T08:49:23.093Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:23.094Z||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-04-09T08:49:23.094Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:23.102Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:23.103Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:23.994Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:49:23.995Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:23.996Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:23.996Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:24.097Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:24.097Z||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-04-09T08:49:24.098Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:24.107Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:24.107Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:24.997Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:49:24.998Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:25.001Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:25.001Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T08:49:25.101Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:25.102Z||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-04-09T08:49:25.102Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:25.112Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:25.112Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:26.001Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:49:26.002Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:26.004Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:26.004Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:49:26.104Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:26.105Z||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-04-09T08:49:26.105Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:26.114Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:26.115Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:27.004Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:49:27.005Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:27.008Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:27.008Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:49:27.108Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:27.109Z||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-04-09T08:49:27.109Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:27.116Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:27.117Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:28.010Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "serviceName": "basic_onboard_lbIfLQ", "serviceVersion": "1.0", "serviceUUID": "44e79cb1-7672-4215-80c0-d76fba2e242f", "serviceDescription": "service", "serviceInvariantUUID": "5b44c2d2-569e-4803-acf1-193c92340ed4", "resources": [ { "resourceInstanceName": "basic_onboard_lbIfLQ 0", "resourceCustomizationUUID": "f97851ee-f0f4-4326-9520-6e8b7d9babed", "resourceName": "basic_onboard_lbIfLQ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b59684d9-3641-4915-82fd-6b92f2cc4bf2", "resourceInvariantUUID": "780dbfd6-7b2c-4a8f-acbd-e7f56f036e3a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_lbiflq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "artifactChecksum": "ZTMzMDZjZjgwNGJmZjhjYWRkZTUzNjYwNjkzNjg5Njg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71cf6079-650c-4f51-b6ae-70e73c58482b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f1c79476-ab8b-4698-9513-eb7f0af263b8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4310e993-7373-42aa-aa01-e5932f3f2d31", "generatedFromUUID": "f1c79476-ab8b-4698-9513-eb7f0af263b8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4310e993-7373-42aa-aa01-e5932f3f2d31", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardLbiflq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "artifactChecksum": "MDRiMjUwNDhjNGU5NmVkMDhhZDc2ZDA3OThkODQ5NTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a83c1cc-1667-4027-a629-6add2bee8bb6" } ], "workloadContext": "Production" } 2021-04-09T08:49:28.014Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-09T08:49:28.014Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44e79cb1-7672-4215-80c0-d76fba2e242f ASDC 2021-04-09T08:49:28.116Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:441bcdbe-f306-45f4-9d0b-8142e8e95bea ServiceName:basic_onboard_lbIfLQ ServiceVersion:1.0 ServiceUUID:44e79cb1-7672-4215-80c0-d76fba2e242f ServiceInvariantUUID:5b44c2d2-569e-4803-acf1-193c92340ed4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardLbiflq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar ArtifactUUID:7a83c1cc-1667-4027-a629-6add2bee8bb6 ArtifactChecksum:MDRiMjUwNDhjNGU5NmVkMDhhZDc2ZDA3OThkODQ5NTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_lbIfLQ 0 ResourceCustomizationUUID:f97851ee-f0f4-4326-9520-6e8b7d9babed ResourceInvariantUUID:780dbfd6-7b2c-4a8f-acbd-e7f56f036e3a ResourceName:basic_onboard_lbIfLQ ResourceType:VF ResourceUUID:b59684d9-3641-4915-82fd-6b92f2cc4bf2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_lbiflq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json ArtifactUUID:71cf6079-650c-4f51-b6ae-70e73c58482b ArtifactChecksum:ZTMzMDZjZjgwNGJmZjhjYWRkZTUzNjYwNjkzNjg5Njg= 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/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml ArtifactUUID:f1c79476-ab8b-4698-9513-eb7f0af263b8 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/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env ArtifactUUID:4310e993-7373-42aa-aa01-e5932f3f2d31 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/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env ArtifactUUID:4310e993-7373-42aa-aa01-e5932f3f2d31 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-09T08:49:28.117Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44e79cb1-7672-4215-80c0-d76fba2e242f 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-04-09T08:49:28.193Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T08:49:28.193Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-09T08:49:28.194Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-09T08:49:28.194Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a83c1cc-1667-4027-a629-6add2bee8bb6 from URL: /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:28.194Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-09T08:49:28.198Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:30.735Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-09T08:49:30.750Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar 7a83c1cc-1667-4027-a629-6add2bee8bb6 74817 2021-04-09T08:49:30.751Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar ASDC sendASDCNotification 2021-04-09T08:49:30.751Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:30.751Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:49:30.752Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:30.754Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:30.754Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958170750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:49:30.854Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:30.855Z||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-04-09T08:49:30.855Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:30.868Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:30.869Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:31.754Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T08:49:31.756Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-09T08:49:31.757Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7a83c1cc-1667-4027-a629-6add2bee8bb6, URL: /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar to file: /app/ASDC/1/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:31.757Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:31.877Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:31.878Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:32.353Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7126250796754516415/Definitions/service-BasicOnboardLbiflq-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-04-09T08:49:34.080Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lbIfLQ 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-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.100Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lbIfLQ 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:34.101Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-09T08:49:34.106Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.107Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:34.110Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:34.110Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-09T08:49:34.111Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T08:49:34.112Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.112Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:34.112Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:34.112Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-09T08:49:34.112Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T08:49:34.112Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.112Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:34.116Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.116Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is not matching search criteria 2021-04-09T08:49:34.116Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-09T08:49:34.117Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-09T08:49:34.117Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-09T08:49:34.117Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-09T08:49:34.117Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-09T08:49:34.117Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.117Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-09T08:49:34.118Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.118Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:34.118Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:49:34.119Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.119Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:34.119Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:49:34.119Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.119Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:34.119Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:49:34.120Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.120Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is not matching search criteria 2021-04-09T08:49:34.120Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-09T08:49:34.120Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-09T08:49:34.120Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4d6e3d57-388f-4f93-8129-5d2338f6d3b0 2021-04-09T08:49:34.120Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.120Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:34.120Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.121Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:34.121Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.121Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:34.121Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:34.121Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:34.121Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_lbIfLQ Description:service Model UUID:44e79cb1-7672-4215-80c0-d76fba2e242f Model Version:NULL Model InvariantUuid:5b44c2d2-569e-4803-acf1-193c92340ed4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_lbIfLQ Model UUID:3ba8a1d5-d1e9-4e01-a503-fffc1570bcff Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:780dbfd6-7b2c-4a8f-acbd-e7f56f036e3a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f97851ee-f0f4-4326-9520-6e8b7d9babed NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e7bbee08-d188-43fd-a6c2-cfdabe531aa4 ModelName:BasicOnboardLbiflq..base_ubuntu18..module-0 ModelUuid:1e75ded4-e262-4d45-a828-f9dac3b23ee9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4d6e3d57-388f-4f93-8129-5d2338f6d3b0 ModelInvariantUuid:d7b17fff-ac5e-4e1b-82c2-1efc4d3bce39 ModelName:basic_onboard_lbIfLQ-nodes.ubuntu18Cvfc ModelUuid:69c0d89a-9732-43ab-be27-874b4e2c9c4f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:9ea4f52c-1b07-4543-b02f-65d54d30d392 ModelInvariantUuid:4d3ae98c-0ad0-4ac0-8719-bdfb13e22cbf ModelName:BasicOnboardLbiflq.compute.nodes.heat.ubuntu18 ModelUuid:c4deef21-c0be-41ae-b726-b8cf8e55f916 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-04-09T08:49:34.131Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b59684d9-3641-4915-82fd-6b92f2cc4bf2 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-04-09T08:49:34.216Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||basic_onboard_lbIfLQ 0 2021-04-09T08:49:34.222Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b59684d9-3641-4915-82fd-6b92f2cc4bf2 2021-04-09T08:49:34.222Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 71cf6079-650c-4f51-b6ae-70e73c58482b from URL: /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json 2021-04-09T08:49:34.222Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-09T08:49:34.222Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json 2021-04-09T08:49:34.831Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-09T08:49:34.831Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json 71cf6079-650c-4f51-b6ae-70e73c58482b 798 2021-04-09T08:49:34.831Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json ASDC sendASDCNotification 2021-04-09T08:49:34.832Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json 2021-04-09T08:49:34.832Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:49:34.832Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:34.834Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:34.834Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958174831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:49:34.934Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-09T08:49:34.935Z||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-04-09T08:49:34.936Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:34.946Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:34.946Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:35.836Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLbiflq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e7bbee08-d188-43fd-a6c2-cfdabe531aa4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e75ded4-e262-4d45-a828-f9dac3b23ee9", "vfModuleModelCustomizationUUID": "32da6b72-8248-4d9f-9dda-e61ccecd4e8b", "isBase": true, "artifacts": [ "f1c79476-ab8b-4698-9513-eb7f0af263b8", "4310e993-7373-42aa-aa01-e5932f3f2d31" ], "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-04-09T08:49:35.855Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLbiflq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e75ded4-e262-4d45-a828-f9dac3b23ee9 VfModuleModelInvariantUUID:e7bbee08-d188-43fd-a6c2-cfdabe531aa4 VfModuleModelDescription:NULL Artifacts UUID List:{ f1c79476-ab8b-4698-9513-eb7f0af263b8 , 4310e993-7373-42aa-aa01-e5932f3f2d31 } 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-04-09T08:49:35.858Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardLbiflq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e7bbee08-d188-43fd-a6c2-cfdabe531aa4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1e75ded4-e262-4d45-a828-f9dac3b23ee9", "vfModuleModelCustomizationUUID": "32da6b72-8248-4d9f-9dda-e61ccecd4e8b", "isBase": true, "artifacts": [ "f1c79476-ab8b-4698-9513-eb7f0af263b8", "4310e993-7373-42aa-aa01-e5932f3f2d31" ], "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-04-09T08:49:35.858Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardLbiflq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1e75ded4-e262-4d45-a828-f9dac3b23ee9 VfModuleModelInvariantUUID:e7bbee08-d188-43fd-a6c2-cfdabe531aa4 VfModuleModelDescription:NULL Artifacts UUID List:{ f1c79476-ab8b-4698-9513-eb7f0af263b8 , 4310e993-7373-42aa-aa01-e5932f3f2d31 } 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-04-09T08:49:35.858Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f1c79476-ab8b-4698-9513-eb7f0af263b8 from URL: /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml 2021-04-09T08:49:35.859Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-09T08:49:35.859Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml 2021-04-09T08:49:36.403Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-09T08:49:36.404Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml f1c79476-ab8b-4698-9513-eb7f0af263b8 5033 2021-04-09T08:49:36.404Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-09T08:49:36.404Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml 2021-04-09T08:49:36.404Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:49:36.404Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:36.406Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:36.406Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958176404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:49:36.507Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:36.507Z||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-04-09T08:49:36.507Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:36.516Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:36.517Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:37.407Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4310e993-7373-42aa-aa01-e5932f3f2d31 from URL: /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env 2021-04-09T08:49:37.408Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-09T08:49:37.408Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env 2021-04-09T08:49:37.592Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-09T08:49:37.593Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env 4310e993-7373-42aa-aa01-e5932f3f2d31 909 2021-04-09T08:49:37.593Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-09T08:49:37.593Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env 2021-04-09T08:49:37.593Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:49:37.593Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:37.596Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:37.596Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958177593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:49:37.696Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:37.697Z||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-04-09T08:49:37.697Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:37.708Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:37.708Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:38.597Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 44e79cb1-7672-4215-80c0-d76fba2e242f 2021-04-09T08:49:38.597Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lbIfLQ 0 b59684d9-3641-4915-82fd-6b92f2cc4bf2 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-04-09T08:49:38.637Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.638Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:38.638Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-09T08:49:38.638Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f97851ee-f0f4-4326-9520-6e8b7d9babed 2021-04-09T08:49:38.638Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f97851ee-f0f4-4326-9520-6e8b7d9babed matches Tosca VF Customization UUID: f97851ee-f0f4-4326-9520-6e8b7d9babed 2021-04-09T08:49:38.638Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f97851ee-f0f4-4326-9520-6e8b7d9babed 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-04-09T08:49:38.648Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.649Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:38.650Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f97851ee-f0f4-4326-9520-6e8b7d9babed: {\"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-04-09T08:49:38.650Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@732a9d20 2021-04-09T08:49:38.650Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.650Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-09T08:49:38.650Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32da6b72-8248-4d9f-9dda-e61ccecd4e8b 2021-04-09T08:49:38.651Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32da6b72-8248-4d9f-9dda-e61ccecd4e8b 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-04-09T08:49:38.663Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.663Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:38.664Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:49:38.665Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.665Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:38.665Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:49:38.665Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.665Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is not matching search criteria 2021-04-09T08:49:38.666Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-09T08:49:38.666Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-09T08:49:38.666Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4d6e3d57-388f-4f93-8129-5d2338f6d3b0 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-04-09T08:49:38.677Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.678Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:38.678Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:49:38.678Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.678Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_lbIfLQ 0 is matching search criteria 2021-04-09T08:49:38.679Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_lbIfLQ 0] matching following query criteria: sdcType=VF, customizationUUID=f97851ee-f0f4-4326-9520-6e8b7d9babed 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-04-09T08:49:38.681Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.682Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:38.682Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 44e79cb1-7672-4215-80c0-d76fba2e242f: basic_onboard_lbIfLQ 2021-04-09T08:49:38.682Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.682Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:38.682Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.683Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:38.683Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.683Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:38.683Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.683Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:38.683Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:49:38.683Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_lbIfLQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:49:38.684Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_lbIfLQ 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-04-09T08:49:38.888Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lbIfLQ b59684d9-3641-4915-82fd-6b92f2cc4bf2 1 ASDC deployResourceStructure 2021-04-09T08:49:38.889Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json ASDC sendASDCNotification 2021-04-09T08:49:38.889Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json 2021-04-09T08:49:38.889Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:49:38.889Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:38.890Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:38.891Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958178889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:49:38.991Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:38.992Z||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-04-09T08:49:38.992Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:39.001Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:39.002Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:39.892Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-09T08:49:39.892Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml 2021-04-09T08:49:39.892Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:49:39.893Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:39.895Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:39.895Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958179892, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-09T08:49:39.995Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:39.996Z||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-04-09T08:49:39.996Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:40.005Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:40.005Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:40.895Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-09T08:49:40.896Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env 2021-04-09T08:49:40.896Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:49:40.897Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:40.898Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:40.898Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958180895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-09T08:49:40.998Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:40.999Z||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-04-09T08:49:40.999Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:41.011Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:41.011Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:41.900Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar ASDC sendASDCNotification 2021-04-09T08:49:41.900Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar 2021-04-09T08:49:41.901Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:49:41.901Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:49:41.903Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:49:41.903Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958181899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:49:42.004Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:49:42.005Z||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-04-09T08:49:42.005Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:49:42.014Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:49:42.014Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:49:42.905Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:49:42.920Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:49:42.922Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:49:42.923Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T08:49:42.923Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T08:50:12.923Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:50:12.931Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:50:12.933Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:50:12.933Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T08:50:12.933Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T08:50:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:50:20.337Z||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-04-09T08:50:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:50:20.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:50:20.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:50:20.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958155615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T08:50:20.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:50:42.933Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:50:42.941Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:50:42.943Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:50:42.943Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T08:50:42.943Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T08:51:12.944Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:51:12.953Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:51:12.955Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:51:12.955Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T08:51:12.955Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T08:51:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:51:20.337Z||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-04-09T08:51:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:51:20.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:51:20.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:51:20.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958155850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T08:51:20.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:51:42.956Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:51:42.966Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:51:42.970Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:51:42.970Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T08:51:42.970Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T08:52:12.970Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:12.981Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:12.984Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:52:12.984Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T08:52:12.984Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T08:52:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:52:20.337Z||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-04-09T08:52:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:52:20.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:52:20.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "dcae-sch", "timestamp": 1617958159137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958157092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "ves-openapi-manager", "timestamp": 1617958154272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958161090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958155615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958155850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "dcae-sch", "timestamp": 1617958159137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958161420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958157092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOTIFIED" } 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958162099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958155615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958155850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:20.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "dcae-sch", "timestamp": 1617958159137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958161420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958157092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "policy-id", "timestamp": 1617958163103, "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-04-09T08:52:20.879Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 441bcdbe-f306-45f4-9d0b-8142e8e95bea 2021-04-09T08:52:20.879Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:20.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "dcae-sch", "timestamp": 1617958159137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958161420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958157092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:20.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958164097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958164184, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "dcae-sch", "timestamp": 1617958159137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958161420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T08:52:20.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958164404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "dcae-sch", "timestamp": 1617958159137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958161420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958165939, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958164404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958166327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958166793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958166804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958161420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958166997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958160334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958164404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958161420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "clamp", "timestamp": 1617958168000, "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-04-09T08:52:20.896Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 441bcdbe-f306-45f4-9d0b-8142e8e95bea 2021-04-09T08:52:20.897Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:20.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958164404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958164404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958169789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958164404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958170482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958170609, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958170750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958170928, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958164404, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:20.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958171487, "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-04-09T08:52:20.913Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 441bcdbe-f306-45f4-9d0b-8142e8e95bea 2021-04-09T08:52:20.913Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:20.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958171614, "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-04-09T08:52:20.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 441bcdbe-f306-45f4-9d0b-8142e8e95bea 2021-04-09T08:52:20.924Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:20.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958171806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958172492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-windriver-id", "timestamp": 1617958172618, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958173416, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958173812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.931Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958173199, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958174416, "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-04-09T08:52:20.936Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 441bcdbe-f306-45f4-9d0b-8142e8e95bea 2021-04-09T08:52:20.936Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:20.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "cds", "timestamp": 1617958174422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-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-04-09T08:52:20.953Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 2021-04-09T08:52:20.953Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:52:20.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "aai-ml", "timestamp": 1617958174816, "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-04-09T08:52:20.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 441bcdbe-f306-45f4-9d0b-8142e8e95bea 2021-04-09T08:52:20.970Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:20.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958174831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958173199, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "ves-openapi-manager", "timestamp": 1617958174272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958175023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "multicloud-k8s-id", "timestamp": 1617958175420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958173199, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "ves-openapi-manager", "timestamp": 1617958174272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958176028, "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-04-09T08:52:20.984Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 441bcdbe-f306-45f4-9d0b-8142e8e95bea 2021-04-09T08:52:20.984Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:20.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958175615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958176404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958175850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958173199, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "ves-openapi-manager", "timestamp": 1617958174272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958175615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOTIFIED" } 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958175850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOTIFIED" } 2021-04-09T08:52:20.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958177593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958177092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958173199, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "ves-openapi-manager", "timestamp": 1617958174272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958177286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958175615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-09T08:52:20.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958175850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958177092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOTIFIED" } 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958173199, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958178889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/basic_onboard_lbiflq0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "ves-openapi-manager", "timestamp": 1617958174272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958177286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958175615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958175850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958177092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "dcae-sch", "timestamp": 1617958179137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958173199, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958179892, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.996Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "ves-openapi-manager", "timestamp": 1617958174272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958177286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958175615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958175850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958177092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "dcae-sch", "timestamp": 1617958179137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958180895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/resourceInstances/basic_onboard_lbiflq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "ves-openapi-manager", "timestamp": 1617958174272, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958177286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958175615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958181350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:20.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958175850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958177092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "dcae-sch", "timestamp": 1617958179137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958181899, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLbiflq/1.0/artifacts/service-BasicOnboardLbiflq-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958177286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958181521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958175615, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:20.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958182354, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958175850, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958177092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "dcae-sch", "timestamp": 1617958179137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958177286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958181521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOTIFIED" } 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "policy-id", "timestamp": 1617958183358, "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-04-09T08:52:21.005Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 2021-04-09T08:52:21.005Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:52:21.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958177092, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "dcae-sch", "timestamp": 1617958179137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958177286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958184100, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958181521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958184581, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "dcae-sch", "timestamp": 1617958179137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.013Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958181521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "dcae-sch", "timestamp": 1617958179137, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958181521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958186496, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958186505, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958186684, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958187014, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958181521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958181521, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958189496, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958190006, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958190395, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958190501, "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-04-09T08:52:21.020Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 2021-04-09T08:52:21.020Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:52:21.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958191399, "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-04-09T08:52:21.030Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 2021-04-09T08:52:21.030Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:52:21.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-windriver-id", "timestamp": 1617958191504, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:52:21.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958191420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958191997, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958192402, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958191420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958193032, "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-04-09T08:52:21.045Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 2021-04-09T08:52:21.045Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:52:21.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958191420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "multicloud-k8s-id", "timestamp": 1617958194036, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:52:21.051Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958191420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958195219, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958191420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "aai-ml", "timestamp": 1617958196222, "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-04-09T08:52:21.056Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 2021-04-09T08:52:21.057Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:52:21.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958191420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958191420, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958199212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958199658, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958200671, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "clamp", "timestamp": 1617958201673, "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-04-09T08:52:21.068Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 2021-04-09T08:52:21.068Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:52:21.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958202366, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:52:21.076Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:52:21.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:52:21.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958203369, "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-04-09T08:52:21.081Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 2021-04-09T08:52:21.082Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:52:42.984Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:42.997Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:52:43.002Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:52:43.002Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-09T08:52:43.003Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-09T08:52:43.003Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-09T08:52:43.003Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:52:43.003Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:52:43.003Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:52:43.004Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:52:43.004Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:52:43.004Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:52:43.004Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-04-09T08:52:43.010Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-09T08:53:13.010Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea 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-04-09T08:53:13.019Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 441bcdbe-f306-45f4-9d0b-8142e8e95bea and serviceModelVersionId: 44e79cb1-7672-4215-80c0-d76fba2e242f 2021-04-09T08:53:13.019Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b44c2d2-569e-4803-acf1-193c92340ed4 2021-04-09T08:53:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:53:20.336Z||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-04-09T08:53:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:53:20.434Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0 2021-04-09T08:53:20.520Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-09T08:53:21.110Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0|INFO|500||Invoke 2021-04-09T08:53:21.117Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[441bcdbe-f306-45f4-9d0b-8142e8e95bea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14de69a5-4d5d-4303-9eb9-94aabdda1f9e], X-ECOMP-RequestID=[441bcdbe-f306-45f4-9d0b-8142e8e95bea], X-TransactionId=[], X-ONAP-RequestID=[441bcdbe-f306-45f4-9d0b-8142e8e95bea], Content-Type=[application/merge-patch+json]} 2021-04-09T08:53:21.250Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-09T08:53:21.589Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210409-08:53:21:259-83250], vertex-id=[344264], Content-Length=[0], Date=[Fri, 09 Apr 2021 08:53:21 GMT], Content-Type=[application/json]} 2021-04-09T08:53:21.591Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-09T08:53:21.592Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5b44c2d2-569e-4803-acf1-193c92340ed4/model-vers/model-ver/44e79cb1-7672-4215-80c0-d76fba2e242f?depth=0|INFO|500||InvokeReturn 2021-04-09T08:53:21.596Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-09T08:53:21.596Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-04-09T08:53:21.601Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||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-04-09T08:53:21.614Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 441bcdbe-f306-45f4-9d0b-8142e8e95bea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-09T08:53:21.615Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-09T08:53:21.615Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:21.617Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:21.617Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958401615, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T08:53:21.717Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:21.718Z||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-04-09T08:53:21.718Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:21.730Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:21.731Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:22.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:22.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:53:22.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "441bcdbe-f306-45f4-9d0b-8142e8e95bea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958401615, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T08:53:22.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-09T08:53:22.628Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:53:22.629Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|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-04-09T08:53:22.629Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|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 uOAgssa6aR29dotQ) ... 2021-04-09T08:53:26.923Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:26.924Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T08:53:26.924Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed","serviceName":"vFW 2021-04-09 08-47-22","serviceVersion":"1.0","serviceUUID":"3516f593-0448-4847-9bb5-dee1f2599c76","serviceDescription":"catalog service description","serviceInvariantUUID":"c9aca825-eef5-4e71-b07c-233ec17a5cb4","resources":[{"resourceInstanceName":"vFW d283b281-1778 0","resourceName":"vFW d283b281-1778","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c3dde79c-e34e-4ae4-903a-2b7b9eb40696","resourceInvariantUUID":"4075f7ee-0848-4d4a-b152-176a25d695c2","resourceCustomizationUUID":"ff83b166-c5df-44f4-b8bd-932abb429d43","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml","artifactChecksum":"ZmM4YmY4ODE4ZWUyN2NhNzhmZjNlMjljZmQ1NDcyM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18c2bb8f-aaa2-4d58-8491-fd60ed2aef62","artifactVersion":"1"},{"artifactName":"vfwd283b28117780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json","artifactChecksum":"YWNiMjdkZmU2Mzc0ZDJmOTMyMGI3MmYzYjhmZTBkYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51396a93-63ec-41cf-8fda-13b1b1efe5d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6b7dabed-ea01-450d-99d4-faaaa8e3ebd6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml","artifactChecksum":"NGU2NDYxNTA4NDY0MjY0MDhhZWZhYzM3NWNlOGM0MDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84db32a6-5f91-47a0-bdd6-a2c9d61cd41f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ab765608-9aa6-49ba-87ce-05f98e29697e","artifactVersion":"2","generatedFromUUID":"6b7dabed-ea01-450d-99d4-faaaa8e3ebd6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210409084722-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml","artifactChecksum":"OGRmZWVkMjUyMWY0MTA5NTIxYjI1NmY4MWRjYmU4NWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"08a706da-5054-4ea9-bbfa-2454b7af4421","artifactVersion":"1"},{"artifactName":"service-Vfw20210409084722-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar","artifactChecksum":"ODI3MWY5Mzc0YTRiYjQ3ZGViYmE2MDdiMDZmNDAwN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a204495d-9c4d-4866-8e6f-ebbf6950c2a2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-09T08:53:26.927Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:53:26.928Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:26.930Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:26.931Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:53:27.030Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-09T08:53:27.031Z||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-04-09T08:53:27.031Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:27.039Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:27.039Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:27.931Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:53:27.932Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:27.935Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:27.935Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOTIFIED" } 2021-04-09T08:53:28.035Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:28.035Z||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-04-09T08:53:28.035Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:28.047Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:28.047Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:28.935Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:53:28.936Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:28.938Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:28.938Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-09T08:53:29.038Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:29.040Z||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-04-09T08:53:29.040Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:29.050Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:29.050Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:29.939Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:53:29.940Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:29.942Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:29.942Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:53:30.044Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T08:53:30.044Z||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-04-09T08:53:30.044Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:30.056Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:30.056Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:30.943Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:53:30.944Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:30.946Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:30.946Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-09T08:53:31.046Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:31.047Z||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-04-09T08:53:31.047Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:31.057Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:31.057Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-09T08:53:31.946Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:53:31.947Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:31.949Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:31.949Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:53:32.049Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:32.050Z||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-04-09T08:53:32.050Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:32.060Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:32.060Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:32.950Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:53:32.951Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:32.953Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:32.953Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:53:33.053Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:33.054Z||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-04-09T08:53:33.054Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:33.063Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:33.064Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:33.954Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "serviceName": "vFW 2021-04-09 08-47-22", "serviceVersion": "1.0", "serviceUUID": "3516f593-0448-4847-9bb5-dee1f2599c76", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c9aca825-eef5-4e71-b07c-233ec17a5cb4", "resources": [ { "resourceInstanceName": "vFW d283b281-1778 0", "resourceCustomizationUUID": "ff83b166-c5df-44f4-b8bd-932abb429d43", "resourceName": "vFW d283b281-1778", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c3dde79c-e34e-4ae4-903a-2b7b9eb40696", "resourceInvariantUUID": "4075f7ee-0848-4d4a-b152-176a25d695c2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd283b28117780_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "artifactChecksum": "YWNiMjdkZmU2Mzc0ZDJmOTMyMGI3MmYzYjhmZTBkYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51396a93-63ec-41cf-8fda-13b1b1efe5d9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6b7dabed-ea01-450d-99d4-faaaa8e3ebd6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ab765608-9aa6-49ba-87ce-05f98e29697e", "generatedFromUUID": "6b7dabed-ea01-450d-99d4-faaaa8e3ebd6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ab765608-9aa6-49ba-87ce-05f98e29697e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210409084722-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "artifactChecksum": "ODI3MWY5Mzc0YTRiYjQ3ZGViYmE2MDdiMDZmNDAwN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a204495d-9c4d-4866-8e6f-ebbf6950c2a2" } ], "workloadContext": "Production" } 2021-04-09T08:53:33.955Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-09T08:53:33.955Z|441bcdbe-f306-45f4-9d0b-8142e8e95bea|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3516f593-0448-4847-9bb5-dee1f2599c76 ASDC 2021-04-09T08:53:33.955Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed ServiceName:vFW 2021-04-09 08-47-22 ServiceVersion:1.0 ServiceUUID:3516f593-0448-4847-9bb5-dee1f2599c76 ServiceInvariantUUID:c9aca825-eef5-4e71-b07c-233ec17a5cb4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210409084722-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar ArtifactUUID:a204495d-9c4d-4866-8e6f-ebbf6950c2a2 ArtifactChecksum:ODI3MWY5Mzc0YTRiYjQ3ZGViYmE2MDdiMDZmNDAwN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d283b281-1778 0 ResourceCustomizationUUID:ff83b166-c5df-44f4-b8bd-932abb429d43 ResourceInvariantUUID:4075f7ee-0848-4d4a-b152-176a25d695c2 ResourceName:vFW d283b281-1778 ResourceType:VF ResourceUUID:c3dde79c-e34e-4ae4-903a-2b7b9eb40696 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd283b28117780_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json ArtifactUUID:51396a93-63ec-41cf-8fda-13b1b1efe5d9 ArtifactChecksum:YWNiMjdkZmU2Mzc0ZDJmOTMyMGI3MmYzYjhmZTBkYmU= 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/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml ArtifactUUID:6b7dabed-ea01-450d-99d4-faaaa8e3ebd6 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/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env ArtifactUUID:ab765608-9aa6-49ba-87ce-05f98e29697e 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/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env ArtifactUUID:ab765608-9aa6-49ba-87ce-05f98e29697e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-09T08:53:33.955Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3516f593-0448-4847-9bb5-dee1f2599c76 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-04-09T08:53:33.988Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T08:53:33.989Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-09T08:53:33.989Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-09T08:53:33.989Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a204495d-9c4d-4866-8e6f-ebbf6950c2a2 from URL: /sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:33.989Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-09T08:53:33.989Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:34.602Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-09T08:53:34.607Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar a204495d-9c4d-4866-8e6f-ebbf6950c2a2 110090 2021-04-09T08:53:34.608Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar ASDC sendASDCNotification 2021-04-09T08:53:34.608Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:34.608Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:53:34.608Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:34.610Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:34.610Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958414608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:53:34.710Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:34.711Z||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-04-09T08:53:34.711Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:34.720Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:34.721Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:35.610Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T08:53:35.611Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-09T08:53:35.611Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a204495d-9c4d-4866-8e6f-ebbf6950c2a2, URL: /sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar to file: /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:35.612Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210409084722-csar.csar 2021-04-09T08:53:35.612Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:35.612Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:36.021Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8639936022990130776/Definitions/service-Vfw20210409084722-template.yml 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 Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-04-09T08:53:38.055Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-09T08:53:38.056Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-09T08:53:38.056Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.056Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-09T08:53:38.056Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d283b281-1778 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d283b281-1778 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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.057Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-Vfw20210409084722-csar.csar 2021-04-09T08:53:38.058Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-09T08:53:38.058Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.058Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:38.058Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:38.058Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-09T08:53:38.058Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T08:53:38.059Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.059Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:38.059Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:38.059Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-09T08:53:38.059Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T08:53:38.059Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is not matching search criteria 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.060Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-09T08:53:38.061Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.062Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-09T08:53:38.062Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.062Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:38.062Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:53:38.062Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.062Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:38.062Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is not matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.063Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b119f96b-14ea-410f-942d-a86e2bedac07 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-09T08:53:38.064Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb36d4de-5098-4a9c-8272-66592ed4ae8f 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.065Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3fd5b4f-3602-4697-b627-9fd14c97b5fe 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.066Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:38.067Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:38.067Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:38.067Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-09 08-47-22 Description:catalog service description Model UUID:3516f593-0448-4847-9bb5-dee1f2599c76 Model Version:NULL Model InvariantUuid:c9aca825-eef5-4e71-b07c-233ec17a5cb4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d283b281-1778 Model UUID:260a39cc-482c-49e8-8d05-50ae11c28c81 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4075f7ee-0848-4d4a-b152-176a25d695c2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ff83b166-c5df-44f4-b8bd-932abb429d43 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:82e41390-7512-4c47-b05e-ab079d00487a ModelName:VfwD283b2811778..base_vfw..module-0 ModelUuid:531e9e29-dc3a-415c-956a-645e4db5d022 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b119f96b-14ea-410f-942d-a86e2bedac07 ModelInvariantUuid:6e83d065-f6ef-44cc-8dbb-9cd89813525a ModelName:vFW d283b281-1778-nodes.vfwCvfc ModelUuid:6bca011d-1117-433d-89d9-0b84e567157e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:51342fdd-08b0-4b17-bbb5-8c881f446498 ModelInvariantUuid:5bd7905b-f135-488a-a47d-a296d84d0528 ModelName:VfwD283b2811778.compute.nodes.heat.vfw ModelUuid:cefba2fc-ed05-453f-88bd-78bc5dd30c24 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:bb36d4de-5098-4a9c-8272-66592ed4ae8f ModelInvariantUuid:19b2cefc-3984-4e42-9f28-83ffc29cc08f ModelName:vFW d283b281-1778-nodes.vsnCvfc ModelUuid:46cf05a9-fb39-4207-841d-7124dc202da6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:437c2129-7ed0-4cb3-835e-74696a847064 ModelInvariantUuid:a5bac19d-6b75-4145-9ed1-eae6eda86c4f ModelName:VfwD283b2811778.compute.nodes.heat.vsn ModelUuid:d5221918-b90c-4a84-9f00-bfc0c53cb6f6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d3fd5b4f-3602-4697-b627-9fd14c97b5fe ModelInvariantUuid:ebc26b82-e237-4683-86ac-b1c566e1c013 ModelName:vFW d283b281-1778-nodes.vpgCvfc ModelUuid:8a1e47c5-1b1d-4631-853e-332962f4f96d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:481e18d3-2250-42fb-87a5-8f82cff2d137 ModelInvariantUuid:984b6b5e-960a-40e6-9d87-a442694231d1 ModelName:VfwD283b2811778.compute.nodes.heat.vpg ModelUuid:5efc0c7c-a65f-4843-9254-e985c1aa43f5 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-04-09T08:53:38.072Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c3dde79c-e34e-4ae4-903a-2b7b9eb40696 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-04-09T08:53:38.074Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||vFW d283b281-1778 0 2021-04-09T08:53:38.074Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c3dde79c-e34e-4ae4-903a-2b7b9eb40696 2021-04-09T08:53:38.075Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51396a93-63ec-41cf-8fda-13b1b1efe5d9 from URL: /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json 2021-04-09T08:53:38.075Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-09T08:53:38.075Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json 2021-04-09T08:53:38.314Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-09T08:53:38.314Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json 51396a93-63ec-41cf-8fda-13b1b1efe5d9 785 2021-04-09T08:53:38.314Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json ASDC sendASDCNotification 2021-04-09T08:53:38.315Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json 2021-04-09T08:53:38.315Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:53:38.315Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:38.317Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:38.317Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958418314, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:53:38.418Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T08:53:38.418Z||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-04-09T08:53:38.419Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:38.427Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:38.428Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:39.318Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD283b2811778..base_vfw..module-0", "vfModuleModelInvariantUUID": "82e41390-7512-4c47-b05e-ab079d00487a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "531e9e29-dc3a-415c-956a-645e4db5d022", "vfModuleModelCustomizationUUID": "88beca44-447c-428b-8cf1-cca186ebb72a", "isBase": true, "artifacts": [ "6b7dabed-ea01-450d-99d4-faaaa8e3ebd6", "ab765608-9aa6-49ba-87ce-05f98e29697e" ], "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-04-09T08:53:39.322Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD283b2811778..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:531e9e29-dc3a-415c-956a-645e4db5d022 VfModuleModelInvariantUUID:82e41390-7512-4c47-b05e-ab079d00487a VfModuleModelDescription:NULL Artifacts UUID List:{ 6b7dabed-ea01-450d-99d4-faaaa8e3ebd6 , ab765608-9aa6-49ba-87ce-05f98e29697e } 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-04-09T08:53:39.326Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD283b2811778..base_vfw..module-0", "vfModuleModelInvariantUUID": "82e41390-7512-4c47-b05e-ab079d00487a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "531e9e29-dc3a-415c-956a-645e4db5d022", "vfModuleModelCustomizationUUID": "88beca44-447c-428b-8cf1-cca186ebb72a", "isBase": true, "artifacts": [ "6b7dabed-ea01-450d-99d4-faaaa8e3ebd6", "ab765608-9aa6-49ba-87ce-05f98e29697e" ], "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-04-09T08:53:39.326Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD283b2811778..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:531e9e29-dc3a-415c-956a-645e4db5d022 VfModuleModelInvariantUUID:82e41390-7512-4c47-b05e-ab079d00487a VfModuleModelDescription:NULL Artifacts UUID List:{ 6b7dabed-ea01-450d-99d4-faaaa8e3ebd6 , ab765608-9aa6-49ba-87ce-05f98e29697e } 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-04-09T08:53:39.326Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6b7dabed-ea01-450d-99d4-faaaa8e3ebd6 from URL: /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml 2021-04-09T08:53:39.326Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-09T08:53:39.326Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml 2021-04-09T08:53:39.518Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-09T08:53:39.519Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml 6b7dabed-ea01-450d-99d4-faaaa8e3ebd6 20368 2021-04-09T08:53:39.520Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-09T08:53:39.520Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml 2021-04-09T08:53:39.520Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:53:39.520Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:39.523Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:39.523Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958419520, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:53:39.623Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:39.624Z||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-04-09T08:53:39.624Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:39.634Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:39.634Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:40.523Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ab765608-9aa6-49ba-87ce-05f98e29697e from URL: /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env 2021-04-09T08:53:40.523Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-09T08:53:40.524Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env 2021-04-09T08:53:40.712Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-09T08:53:40.713Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env ab765608-9aa6-49ba-87ce-05f98e29697e 2098 2021-04-09T08:53:40.713Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-09T08:53:40.713Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env 2021-04-09T08:53:40.713Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:53:40.714Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:40.716Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:40.716Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958420713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:53:40.816Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:40.817Z||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-04-09T08:53:40.817Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:40.826Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:40.826Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:41.716Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3516f593-0448-4847-9bb5-dee1f2599c76 2021-04-09T08:53:41.717Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d283b281-1778 0 c3dde79c-e34e-4ae4-903a-2b7b9eb40696 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-09T08:53:41.734Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.735Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:41.735Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-09T08:53:41.735Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ff83b166-c5df-44f4-b8bd-932abb429d43 2021-04-09T08:53:41.735Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ff83b166-c5df-44f4-b8bd-932abb429d43 matches Tosca VF Customization UUID: ff83b166-c5df-44f4-b8bd-932abb429d43 2021-04-09T08:53:41.735Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ff83b166-c5df-44f4-b8bd-932abb429d43 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-04-09T08:53:41.737Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.737Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:41.738Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ff83b166-c5df-44f4-b8bd-932abb429d43: {\"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-04-09T08:53:41.738Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26dde633 2021-04-09T08:53:41.738Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.738Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-09T08:53:41.738Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 88beca44-447c-428b-8cf1-cca186ebb72a 2021-04-09T08:53:41.738Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 88beca44-447c-428b-8cf1-cca186ebb72a 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-04-09T08:53:41.741Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.741Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:41.741Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:53:41.741Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.741Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:41.741Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:53:41.742Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.742Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is not matching search criteria 2021-04-09T08:53:41.742Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-09T08:53:41.742Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-09T08:53:41.742Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-09T08:53:41.742Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-09T08:53:41.742Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-09T08:53:41.743Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:41.743Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:41.743Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-09T08:53:41.743Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:41.743Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-09T08:53:41.743Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:41.743Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b119f96b-14ea-410f-942d-a86e2bedac07 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-04-09T08:53:41.745Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is not matching search criteria 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:41.746Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:41.747Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-09T08:53:41.747Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-09T08:53:41.747Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-09T08:53:41.747Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-09T08:53:41.747Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:41.747Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-09T08:53:41.747Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:41.747Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb36d4de-5098-4a9c-8272-66592ed4ae8f 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-04-09T08:53:41.749Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.749Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:41.749Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:53:41.752Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.752Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is not matching search criteria 2021-04-09T08:53:41.752Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-09T08:53:41.752Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-09T08:53:41.752Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:41.752Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:41.752Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-09T08:53:41.753Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-09T08:53:41.753Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-09T08:53:41.753Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-09T08:53:41.753Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-09T08:53:41.753Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-09T08:53:41.753Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-09T08:53:41.754Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-09T08:53:41.754Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3fd5b4f-3602-4697-b627-9fd14c97b5fe 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-04-09T08:53:41.755Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.756Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:41.756Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T08:53:41.756Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.756Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Node template vFW d283b281-1778 0 is matching search criteria 2021-04-09T08:53:41.756Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW d283b281-1778 0] matching following query criteria: sdcType=VF, customizationUUID=ff83b166-c5df-44f4-b8bd-932abb429d43 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-04-09T08:53:41.757Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.758Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:41.758Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3516f593-0448-4847-9bb5-dee1f2599c76: vFW d283b281-1778 2021-04-09T08:53:41.758Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.758Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:41.758Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.758Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:41.759Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.759Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:41.759Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.759Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:41.759Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:53:41.759Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-09 08-47-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:53:41.760Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-09 08-47-22 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-04-09T08:53:41.902Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d283b281-1778 c3dde79c-e34e-4ae4-903a-2b7b9eb40696 1 ASDC deployResourceStructure 2021-04-09T08:53:41.903Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json ASDC sendASDCNotification 2021-04-09T08:53:41.903Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json 2021-04-09T08:53:41.903Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:53:41.903Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:41.905Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:41.906Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958421903, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:53:42.006Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:42.007Z||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-04-09T08:53:42.007Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:42.016Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:42.017Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:42.906Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-09T08:53:42.907Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml 2021-04-09T08:53:42.907Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:53:42.908Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:42.910Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:42.910Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958422906, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-09T08:53:43.010Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:43.011Z||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-04-09T08:53:43.011Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:43.020Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:43.020Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:43.911Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-09T08:53:43.911Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env 2021-04-09T08:53:43.911Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:53:43.911Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:43.913Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:43.913Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958423910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-09T08:53:44.014Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T08:53:44.014Z||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-04-09T08:53:44.015Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:44.026Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:44.026Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-09T08:53:44.914Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar ASDC sendASDCNotification 2021-04-09T08:53:44.915Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar 2021-04-09T08:53:44.915Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:53:44.915Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:53:44.917Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:53:44.918Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958424914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:53:45.018Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:53:45.018Z||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-04-09T08:53:45.018Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:53:45.030Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:53:45.031Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:53:45.919Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:53:45.929Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T08:53:45.932Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-04-09T08:53:45.936Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-09T08:54:15.937Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed 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-04-09T08:54:15.941Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed and serviceModelVersionId: 3516f593-0448-4847-9bb5-dee1f2599c76 2021-04-09T08:54:15.942Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9aca825-eef5-4e71-b07c-233ec17a5cb4 2021-04-09T08:54:15.942Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0 2021-04-09T08:54:15.946Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-09T08:54:15.985Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0|INFO|500||Invoke 2021-04-09T08:54:15.986Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e8c03de-00e2-42e0-8fb6-4e6a2854f165], X-ECOMP-RequestID=[fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed], X-TransactionId=[], X-ONAP-RequestID=[fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed], Content-Type=[application/merge-patch+json]} 2021-04-09T08:54:16.004Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-09T08:54:16.082Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210409-08:54:16:010-26283], vertex-id=[180408], Content-Length=[0], Date=[Fri, 09 Apr 2021 08:54:16 GMT], Content-Type=[application/json]} 2021-04-09T08:54:16.083Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-09T08:54:16.084Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c9aca825-eef5-4e71-b07c-233ec17a5cb4/model-vers/model-ver/3516f593-0448-4847-9bb5-dee1f2599c76?depth=0|INFO|500||InvokeReturn 2021-04-09T08:54:16.084Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-09T08:54:16.084Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-04-09T08:54:16.089Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||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-04-09T08:54:16.089Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-09T08:54:16.089Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-09T08:54:16.089Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:54:16.091Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:54:16.091Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958456089, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T08:54:16.192Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T08:54:16.192Z||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-04-09T08:54:16.192Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:54:16.205Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:54:16.206Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-09T08:54:17.102Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:54:17.102Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T08:54:17.102Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T08:54:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:54:20.337Z||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-04-09T08:54:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:54:20.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:54:20.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "NOTIFIED" } 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958402628, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958414608, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958418314, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958419520, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958420713, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958421903, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/vfwd283b28117780_modules.json", "status": "DEPLOY_OK" } 2021-04-09T08:54:20.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:20.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958422906, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-09T08:54:20.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:20.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958423910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/resourceInstances/vfwd283b28117780/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-09T08:54:20.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:20.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958424914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210409084722/1.0/artifacts/service-Vfw20210409084722-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:54:20.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:20.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T08:54:20.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958456089, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T08:54:20.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T08:54:26.649Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:54:26.650Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:54:26.650Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T08:54:26.650Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T08:54:36.186Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:54:36.187Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:54:36.187Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T08:54:36.187Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T08:54:45.728Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:54:45.728Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:54:45.729Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T08:54:45.729Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T08:54:55.268Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:55:20.334Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:55:20.335Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T08:55:20.335Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T08:55:20.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:55:20.337Z||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-04-09T08:55:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:55:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:55:29.876Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:56:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:56:20.335Z||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-04-09T08:56:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:56:20.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:56:20.336Z||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-04-09T08:56:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:56:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:56:29.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:57:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:57:20.335Z||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-04-09T08:57:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:57:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:57:20.336Z||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-04-09T08:57:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:57:29.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:57:29.875Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:58:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:58:20.335Z||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-04-09T08:58:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:58:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:58:20.337Z||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-04-09T08:58:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:58:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:58:29.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:59:20.334Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:59:20.335Z||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-04-09T08:59:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T08:59:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T08:59:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T08:59:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T08:59:22.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:59:22.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-09T08:59:22.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6facd0a5-5d63-4df9-bd3a-4068660b579a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"88474735-fc1b-4d26-b2c1-8dbbbb661098","serviceDescription":"service","serviceInvariantUUID":"af14cf8c-c106-41ce-8b2c-5d89881c74d8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8bc3d816-a026-4949-a6fc-b1f17c1c8a03","resourceInvariantUUID":"0a9b9bc2-4623-4cfe-8fa1-baff97913b4a","resourceCustomizationUUID":"9ebf576e-d17e-4d1e-9388-62ef98d8dc82","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":"NDZlNDBkZTUzNmM5Y2JiOTg4MTRhN2JhMjc1NDk1YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fb26205-2bd5-4e37-bd8c-fb055f536cd6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTU0NDNlZDRjMzU0YzBmZTQ0YTgwNTQ2ZDdmNTI5NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89d975b7-4a59-4538-9dcc-6aa228ec8916","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-09T08:59:22.927Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:59:22.927Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:59:22.930Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:59:22.930Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958760334, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:59:23.030Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:59:23.031Z||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-04-09T08:59:23.031Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:59:23.046Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:59:23.046Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:59:23.149Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:59:23.150Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T08:59:23.150Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "ves-openapi-manager", "timestamp": 1617958754272, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T08:59:23.151Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T08:59:23.930Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T08:59:23.933Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:59:23.935Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:59:23.935Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958760334, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T08:59:24.035Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:59:24.036Z||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-04-09T08:59:24.036Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:59:24.047Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:59:24.047Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:59:24.936Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "88474735-fc1b-4d26-b2c1-8dbbbb661098", "serviceDescription": "service", "serviceInvariantUUID": "af14cf8c-c106-41ce-8b2c-5d89881c74d8", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9ebf576e-d17e-4d1e-9388-62ef98d8dc82", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8bc3d816-a026-4949-a6fc-b1f17c1c8a03", "resourceInvariantUUID": "0a9b9bc2-4623-4cfe-8fa1-baff97913b4a", "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": "ZTU0NDNlZDRjMzU0YzBmZTQ0YTgwNTQ2ZDdmNTI5NjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89d975b7-4a59-4538-9dcc-6aa228ec8916" } ], "workloadContext": "Production" } 2021-04-09T08:59:24.937Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-09T08:59:24.937Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88474735-fc1b-4d26-b2c1-8dbbbb661098 ASDC 2021-04-09T08:59:24.937Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:6facd0a5-5d63-4df9-bd3a-4068660b579a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:88474735-fc1b-4d26-b2c1-8dbbbb661098 ServiceInvariantUUID:af14cf8c-c106-41ce-8b2c-5d89881c74d8 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:89d975b7-4a59-4538-9dcc-6aa228ec8916 ArtifactChecksum:ZTU0NDNlZDRjMzU0YzBmZTQ0YTgwNTQ2ZDdmNTI5NjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9ebf576e-d17e-4d1e-9388-62ef98d8dc82 ResourceInvariantUUID:0a9b9bc2-4623-4cfe-8fa1-baff97913b4a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8bc3d816-a026-4949-a6fc-b1f17c1c8a03 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-09T08:59:24.937Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88474735-fc1b-4d26-b2c1-8dbbbb661098 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-04-09T08:59:24.958Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T08:59:24.958Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T08:59:24.959Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T08:59:24.959Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89d975b7-4a59-4538-9dcc-6aa228ec8916 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-09T08:59:24.959Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T08:59:24.959Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-09T08:59:26.284Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T08:59:26.288Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 89d975b7-4a59-4538-9dcc-6aa228ec8916 52216 2021-04-09T08:59:26.288Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-09T08:59:26.288Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-09T08:59:26.289Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T08:59:26.289Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:59:26.291Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:59:26.291Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958766288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T08:59:26.391Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:59:26.391Z||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-04-09T08:59:26.391Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:59:26.407Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:59:26.408Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-04-09T08:59:27.291Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T08:59:27.292Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T08:59:27.292Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 89d975b7-4a59-4538-9dcc-6aa228ec8916, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-09T08:59:27.292Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-09T08:59:27.293Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-09T08:59:27.293Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-09T08:59:27.394Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3504967006674851332/Definitions/service-BasicNetwork-template.yml 2021-04-09T08:59:27.694Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-09T08:59:27.695Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-09T08:59:27.695Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-09T08:59:27.695Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-09T08:59:27.695Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.695Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.695Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.695Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-09T08:59:27.696Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.697Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.698Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.698Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.698Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.699Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.699Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.699Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.699Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:88474735-fc1b-4d26-b2c1-8dbbbb661098 Model Version:NULL Model InvariantUuid:af14cf8c-c106-41ce-8b2c-5d89881c74d8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:0a9b9bc2-4623-4cfe-8fa1-baff97913b4a Model UUID:5e93290e-3a82-4e7d-90b7-df3b0d1c736b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9ebf576e-d17e-4d1e-9388-62ef98d8dc82 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-04-09T08:59:27.705Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 8bc3d816-a026-4949-a6fc-b1f17c1c8a03 2021-04-09T08:59:27.706Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||No resources found for Service: 88474735-fc1b-4d26-b2c1-8dbbbb661098 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-04-09T08:59:27.709Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500|| 2021-04-09T08:59:27.710Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-09T08:59:27.710Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 88474735-fc1b-4d26-b2c1-8dbbbb661098 2021-04-09T08:59:27.710Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 88474735-fc1b-4d26-b2c1-8dbbbb661098 2021-04-09T08:59:27.710Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-09T08:59:27.710Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.716Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.716Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.716Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.716Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.717Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 88474735-fc1b-4d26-b2c1-8dbbbb661098: Generic NeutronNet 2021-04-09T08:59:27.717Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.717Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.717Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.717Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.753Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.754Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.754Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.754Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.754Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T08:59:27.754Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T08:59:27.754Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T08:59:27.817Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-09T08:59:27.817Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-09T08:59:27.817Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-09T08:59:27.818Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T08:59:27.818Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T08:59:27.819Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T08:59:27.820Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958767817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T08:59:27.920Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T08:59:27.921Z||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-04-09T08:59:27.921Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T08:59:27.931Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T08:59:27.931Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T08:59:28.820Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T08:59:28.830Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T08:59:28.833Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:59:28.833Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T08:59:28.833Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T08:59:58.833Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T08:59:58.843Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T08:59:58.845Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T08:59:58.845Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T08:59:58.845Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:00:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:00:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:00:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:00:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:00:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:00:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958755850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:00:20.357Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:00:28.845Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:00:28.855Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:00:28.861Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:00:28.861Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:00:28.861Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:00:58.862Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:00:58.875Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:00:58.877Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:00:58.877Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:00:58.877Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:01:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:01:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:01:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:01:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:01:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:01:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "multicloud-windriver-id", "timestamp": 1617958755615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:01:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:01:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:01:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958761420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:01:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:01:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:01:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958760334, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:01:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:01:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:01:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "dcae-sch", "timestamp": 1617958759137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:01:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:01:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:01:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "multicloud-k8s-id", "timestamp": 1617958757092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:01:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:01:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:01:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "policy-id", "timestamp": 1617958753199, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:01:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:01:28.878Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:01:28.885Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:01:28.887Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:01:28.887Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:01:28.888Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:01:58.888Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:01:58.897Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:01:58.899Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:01:58.899Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:01:58.899Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:02:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:02:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:02:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:02:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:02:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "ves-openapi-manager", "timestamp": 1617958754272, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:02:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "dcae-sch", "timestamp": 1617958759137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:02:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958761420, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "multicloud-windriver-id", "timestamp": 1617958755615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "multicloud-k8s-id", "timestamp": 1617958757092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.362Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958760334, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958755850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "policy-id", "timestamp": 1617958753199, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.363Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "cds", "timestamp": 1617958764404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "cds", "timestamp": 1617958764404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958766288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "policy-id", "timestamp": 1617958766582, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:02:20.364Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958766682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "policy-id", "timestamp": 1617958767586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958767817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:02:20.365Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958768143, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:02:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "policy-id", "timestamp": 1617958768590, "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-04-09T09:02:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6facd0a5-5d63-4df9-bd3a-4068660b579a 2021-04-09T09:02:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:02:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958769147, "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-04-09T09:02:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6facd0a5-5d63-4df9-bd3a-4068660b579a 2021-04-09T09:02:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:02:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "cds", "timestamp": 1617958770309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:02:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "cds", "timestamp": 1617958771312, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-09T09:02:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6facd0a5-5d63-4df9-bd3a-4068660b579a 2021-04-09T09:02:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:02:20.402Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.402Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "aai-ml", "timestamp": 1617958777286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "aai-ml", "timestamp": 1617958777286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "aai-ml", "timestamp": 1617958780073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "clamp", "timestamp": 1617958781521, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "clamp", "timestamp": 1617958781521, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "aai-ml", "timestamp": 1617958783784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.403Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.404Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "aai-ml", "timestamp": 1617958784789, "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-04-09T09:02:20.408Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6facd0a5-5d63-4df9-bd3a-4068660b579a 2021-04-09T09:02:20.408Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:02:20.416Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.416Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "clamp", "timestamp": 1617958792794, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:02:20.417Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.417Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.417Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "clamp", "timestamp": 1617958793809, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:02:20.417Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:02:20.417Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:02:20.417Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "clamp", "timestamp": 1617958794811, "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-04-09T09:02:20.422Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6facd0a5-5d63-4df9-bd3a-4068660b579a 2021-04-09T09:02:20.422Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:02:28.899Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:02:28.909Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:02:28.912Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T09:02:28.916Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-09T09:02:58.917Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a 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-04-09T09:02:58.922Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6facd0a5-5d63-4df9-bd3a-4068660b579a and serviceModelVersionId: 88474735-fc1b-4d26-b2c1-8dbbbb661098 2021-04-09T09:02:58.922Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af14cf8c-c106-41ce-8b2c-5d89881c74d8 2021-04-09T09:02:58.922Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0 2021-04-09T09:02:58.927Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-09T09:02:58.962Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0|INFO|500||Invoke 2021-04-09T09:02:58.963Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6facd0a5-5d63-4df9-bd3a-4068660b579a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3934b67-8362-4ce6-85b7-9dab8f48c94e], X-ECOMP-RequestID=[6facd0a5-5d63-4df9-bd3a-4068660b579a], X-TransactionId=[], X-ONAP-RequestID=[6facd0a5-5d63-4df9-bd3a-4068660b579a], Content-Type=[application/merge-patch+json]} 2021-04-09T09:02:58.981Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-09T09:02:59.054Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210409-09:02:58:987-76894], vertex-id=[213016], Content-Length=[0], Date=[Fri, 09 Apr 2021 09:02:58 GMT], Content-Type=[application/json]} 2021-04-09T09:02:59.054Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-09T09:02:59.055Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/af14cf8c-c106-41ce-8b2c-5d89881c74d8/model-vers/model-ver/88474735-fc1b-4d26-b2c1-8dbbbb661098?depth=0|INFO|500||InvokeReturn 2021-04-09T09:02:59.055Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-09T09:02:59.055Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T09:02:59.059Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||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-04-09T09:02:59.059Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6facd0a5-5d63-4df9-bd3a-4068660b579a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-09T09:02:59.059Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-09T09:02:59.060Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:02:59.061Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:02:59.061Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958979059, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:02:59.161Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:02:59.162Z||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-04-09T09:02:59.162Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:02:59.175Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:02:59.175Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-09T09:03:00.073Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:03:00.073Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|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-04-09T09:03:00.073Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:03:04.360Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:04.361Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-09T09:03:04.361Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9d685f7-eaaa-4cfe-8303-e0fff1b2088c","serviceName":"Demo_pNF_Wd5d2LQYaZMXujuCcUPO","serviceVersion":"1.0","serviceUUID":"fd2632fe-4c7f-40de-85d6-f4e7a56a9703","serviceDescription":"catalog service description","serviceInvariantUUID":"2dffc2bd-f2f5-4250-8a97-f329dda25c37","resources":[{"resourceInstanceName":"pNF 90c3f0d7-a454 0","resourceName":"pNF 90c3f0d7-a454","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e9507a83-d45d-4023-8c9a-15d307fb99fb","resourceInvariantUUID":"5b66fe15-9ca4-438a-9b40-cf02252950f2","resourceCustomizationUUID":"fe46becd-99c3-46a6-b8e5-dfc10a4e4c91","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml","artifactChecksum":"Y2FkMzc5NWZhZTc0NmY5MmE4MjVjYTUyYWYxODJiNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6409227f-8734-4c7a-8fee-34f28a713873","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar","artifactChecksum":"MDlmZTI5NzJmM2VlZWMyOWFhMGFkMDE0NTcxZjJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf2896c0-a8a1-4a03-9e9f-e1f575716044","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b7595aa-eebb-4dc3-85c6-9a31522270ec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml","artifactChecksum":"MzY1OTE2YmE3OGFkZWZjNGIxOTE1ZGNmOTNlN2NhYWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dc73ca23-a5e5-417c-b2d2-9082ec5ea2fb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0f53da5-a747-40fa-85c2-5c1980e6775b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"300a23f8-2f34-4c79-8ccd-c14f0666205f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWd5d2lqyazmxujuccupo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml","artifactChecksum":"YzZmMTcxOWVhODJkYjY0ZmNhNjI0OThmYzc4YjkwNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a43447a-b91d-4e4a-9db2-624c915b746f","artifactVersion":"1"},{"artifactName":"service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar","artifactChecksum":"NDFlMzBmNDkyZWRkOTdjZjBiYjgyOGQ0ZmNhM2M0ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"785d9546-35dd-422e-be82-7ee19d6bf44c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-09T09:03:04.363Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:03:04.364Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:04.365Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:04.365Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:04.466Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:03:04.466Z||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-04-09T09:03:04.466Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:04.476Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:04.476Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:05.366Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:03:05.367Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:05.369Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:05.369Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:05.469Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:03:05.469Z||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-04-09T09:03:05.469Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:05.478Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:05.478Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:06.369Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:03:06.370Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:06.372Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:06.372Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:06.472Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:03:06.473Z||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-04-09T09:03:06.473Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:06.482Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:06.482Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:07.372Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:03:07.373Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:07.375Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:07.375Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:07.475Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:03:07.476Z||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-04-09T09:03:07.476Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:07.488Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:07.489Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:08.376Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:03:08.377Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:08.379Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:08.379Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:08.479Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:03:08.480Z||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-04-09T09:03:08.480Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:08.491Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:08.491Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:09.379Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:03:09.380Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:09.381Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:09.381Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:09.482Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:03:09.483Z||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-04-09T09:03:09.483Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:09.494Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:09.494Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:10.382Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:03:10.383Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:10.385Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:10.385Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:10.485Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:03:10.486Z||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-04-09T09:03:10.486Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:10.495Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:10.496Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:11.386Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:03:11.387Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:11.388Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:11.388Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:03:11.489Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:03:11.489Z||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-04-09T09:03:11.490Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:11.500Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:11.500Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:12.389Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "serviceName": "Demo_pNF_Wd5d2LQYaZMXujuCcUPO", "serviceVersion": "1.0", "serviceUUID": "fd2632fe-4c7f-40de-85d6-f4e7a56a9703", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2dffc2bd-f2f5-4250-8a97-f329dda25c37", "resources": [ { "resourceInstanceName": "pNF 90c3f0d7-a454 0", "resourceCustomizationUUID": "fe46becd-99c3-46a6-b8e5-dfc10a4e4c91", "resourceName": "pNF 90c3f0d7-a454", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e9507a83-d45d-4023-8c9a-15d307fb99fb", "resourceInvariantUUID": "5b66fe15-9ca4-438a-9b40-cf02252950f2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "artifactChecksum": "NDFlMzBmNDkyZWRkOTdjZjBiYjgyOGQ0ZmNhM2M0ZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "785d9546-35dd-422e-be82-7ee19d6bf44c" } ], "workloadContext": "Production" } 2021-04-09T09:03:12.390Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-09T09:03:12.390Z|6facd0a5-5d63-4df9-bd3a-4068660b579a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd2632fe-4c7f-40de-85d6-f4e7a56a9703 ASDC 2021-04-09T09:03:12.390Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9d685f7-eaaa-4cfe-8303-e0fff1b2088c ServiceName:Demo_pNF_Wd5d2LQYaZMXujuCcUPO ServiceVersion:1.0 ServiceUUID:fd2632fe-4c7f-40de-85d6-f4e7a56a9703 ServiceInvariantUUID:2dffc2bd-f2f5-4250-8a97-f329dda25c37 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar ArtifactUUID:785d9546-35dd-422e-be82-7ee19d6bf44c ArtifactChecksum:NDFlMzBmNDkyZWRkOTdjZjBiYjgyOGQ0ZmNhM2M0ZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 90c3f0d7-a454 0 ResourceCustomizationUUID:fe46becd-99c3-46a6-b8e5-dfc10a4e4c91 ResourceInvariantUUID:5b66fe15-9ca4-438a-9b40-cf02252950f2 ResourceName:pNF 90c3f0d7-a454 ResourceType:PNF ResourceUUID:e9507a83-d45d-4023-8c9a-15d307fb99fb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-09T09:03:12.390Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd2632fe-4c7f-40de-85d6-f4e7a56a9703 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-04-09T09:03:12.410Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T09:03:12.411Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:03:12.411Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:03:12.411Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 785d9546-35dd-422e-be82-7ee19d6bf44c from URL: /sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:12.411Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:03:12.411Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:13.008Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:03:13.012Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 785d9546-35dd-422e-be82-7ee19d6bf44c 83335 2021-04-09T09:03:13.012Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar ASDC sendASDCNotification 2021-04-09T09:03:13.012Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:13.012Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:03:13.012Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:13.013Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:13.013Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958993012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:03:13.114Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:03:13.115Z||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-04-09T09:03:13.115Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:13.125Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:13.126Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:14.014Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T09:03:14.015Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:03:14.015Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 785d9546-35dd-422e-be82-7ee19d6bf44c, URL: /sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar to file: /app/ASDC/1/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.015Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.016Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.016Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.098Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2284477743907372574/Definitions/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||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-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||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-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||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-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 90c3f0d7-a454 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||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-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 90c3f0d7-a454 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-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||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-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.666Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Node template pNF 90c3f0d7-a454 0 is matching search criteria 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 90c3f0d7-a454 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Node template pNF 90c3f0d7-a454 0 is matching search criteria 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 90c3f0d7-a454 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.667Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.668Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Wd5d2LQYaZMXujuCcUPO Description:catalog service description Model UUID:fd2632fe-4c7f-40de-85d6-f4e7a56a9703 Model Version:NULL Model InvariantUuid:2dffc2bd-f2f5-4250-8a97-f329dda25c37 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-04-09T09:03:14.673Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e9507a83-d45d-4023-8c9a-15d307fb99fb 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-04-09T09:03:14.675Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||pNF 90c3f0d7-a454 0 2021-04-09T09:03:14.675Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e9507a83-d45d-4023-8c9a-15d307fb99fb 2021-04-09T09:03:14.675Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: fd2632fe-4c7f-40de-85d6-f4e7a56a9703 2021-04-09T09:03:14.675Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fd2632fe-4c7f-40de-85d6-f4e7a56a9703 2021-04-09T09:03:14.675Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 90c3f0d7-a454 0 e9507a83-d45d-4023-8c9a-15d307fb99fb 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-04-09T09:03:14.679Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.679Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.679Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fd2632fe-4c7f-40de-85d6-f4e7a56a9703: pNF 90c3f0d7-a454 2021-04-09T09:03:14.679Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||Processing PNF resource: e9507a83-d45d-4023-8c9a-15d307fb99fb 2021-04-09T09:03:14.679Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:03:14.680Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Wd5d2LQYaZMXujuCcUPO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:03:14.680Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||Resource customization UUID: fe46becd-99c3-46a6-b8e5-dfc10a4e4c91 is the same as notified resource customizationUUID: fe46becd-99c3-46a6-b8e5-dfc10a4e4c91 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-09T09:03:14.788Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 90c3f0d7-a454 e9507a83-d45d-4023-8c9a-15d307fb99fb 0 ASDC deployResourceStructure 2021-04-09T09:03:14.788Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar ASDC sendASDCNotification 2021-04-09T09:03:14.788Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar 2021-04-09T09:03:14.788Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:03:14.789Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:03:14.790Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:03:14.790Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958994788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:03:14.891Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:03:14.891Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:03:14.891Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:03:14.901Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:14.902Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:03:15.791Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:03:15.802Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:03:15.804Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:03:15.804Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:03:15.804Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:03:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:03:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:03:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:03:20.352Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:03:20.353Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:03:20.353Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958871521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:20.354Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:03:20.354Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:03:20.354Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958874272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:20.354Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:03:20.354Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:03:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958875850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:03:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:03:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-windriver-id", "timestamp": 1617958875615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:03:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:03:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-k8s-id", "timestamp": 1617958877092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:03:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:03:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958873199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:03:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:03:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "dcae-sch", "timestamp": 1617958879137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:03:20.356Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:03:45.804Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:03:45.812Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:03:45.814Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:03:45.814Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:03:45.814Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:04:15.814Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:15.823Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:15.825Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:04:15.825Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:04:15.825Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:04:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:04:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:04:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:04:20.355Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:04:20.370Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.370Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958871521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.371Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.371Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958874272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-k8s-id", "timestamp": 1617958877092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-windriver-id", "timestamp": 1617958875615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.372Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.373Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.373Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958875850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.373Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.373Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.373Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958873199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.373Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.374Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.374Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "dcae-sch", "timestamp": 1617958879137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.374Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.374Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.374Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958871521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.374Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.375Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.375Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958874272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.375Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.375Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.375Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-k8s-id", "timestamp": 1617958877092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.375Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.375Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.376Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958875850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.376Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.376Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.376Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-windriver-id", "timestamp": 1617958875615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.376Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.376Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.376Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958873199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "dcae-sch", "timestamp": 1617958879137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958881420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.377Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958874272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958871521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-windriver-id", "timestamp": 1617958875615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-k8s-id", "timestamp": 1617958877092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958875850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.378Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958873199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "dcae-sch", "timestamp": 1617958879137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958881420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.379Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.380Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958871521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.380Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.380Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.380Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-windriver-id", "timestamp": 1617958875615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.380Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.380Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.380Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958875850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958874272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-k8s-id", "timestamp": 1617958877092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958873199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.381Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "dcae-sch", "timestamp": 1617958879137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958881420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958871521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958874272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-windriver-id", "timestamp": 1617958875615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958875850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-k8s-id", "timestamp": 1617958877092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958873199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "dcae-sch", "timestamp": 1617958879137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958884404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958881420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958871521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958874272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-windriver-id", "timestamp": 1617958875615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958875850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-k8s-id", "timestamp": 1617958877092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "dcae-sch", "timestamp": 1617958879137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958873199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958884404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958881420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958874272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958871521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-windriver-id", "timestamp": 1617958875615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958875850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "multicloud-k8s-id", "timestamp": 1617958877092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958873199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "dcae-sch", "timestamp": 1617958879137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958884404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958881420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958884404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958881420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958884404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958881420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958889922, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958890024, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958884404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958890716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958890927, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958884404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958891201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "policy-id", "timestamp": 1617958891930, "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-04-09T09:04:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 2021-04-09T09:04:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:20.402Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.402Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958884404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.402Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.402Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.402Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "ves-openapi-manager", "timestamp": 1617958892204, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 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-04-09T09:04:20.407Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 2021-04-09T09:04:20.407Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9d685f7-eaaa-4cfe-8303-e0fff1b2088c and ComponentName 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-04-09T09:04:20.414Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.414Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958892459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.414Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.414Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.414Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958893462, "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-04-09T09:04:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 2021-04-09T09:04:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:20.426Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.426Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958893621, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.426Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.426Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.426Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "cds", "timestamp": 1617958894624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-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-04-09T09:04:20.431Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 2021-04-09T09:04:20.431Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:20.439Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.440Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958895055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.440Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.440Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.440Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958896067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.440Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.440Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.440Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "clamp", "timestamp": 1617958897073, "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-04-09T09:04:20.445Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 2021-04-09T09:04:20.445Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:20.451Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958897286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958897286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958897286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.453Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.453Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.453Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958897286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.453Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958897286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958897286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958897286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958897286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.454Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958899404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958897092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958899137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958901521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.455Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958907082, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958899137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958897092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958899404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.456Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958901521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.457Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.457Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.457Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958899137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.457Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.457Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.457Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958901521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:04:20.458Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.458Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.458Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958899404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.458Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.458Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.458Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958897092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:04:20.458Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.458Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958899137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958901521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958899404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958897092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.459Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958899137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958901521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958899404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958897092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.460Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958901521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958897092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958899137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958899404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.461Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958911508, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958911420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958899137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958899404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.462Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958901521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.463Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.463Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.463Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958897092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.463Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.463Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.463Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "aai-ml", "timestamp": 1617958912512, "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-04-09T09:04:20.468Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 2021-04-09T09:04:20.468Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:20.476Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.476Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958911420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.476Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.476Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.476Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958899137, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958899404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958901521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958897092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958913199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.477Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958911420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958913199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "ves-openapi-manager", "timestamp": 1617958914272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.478Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958911420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958915067, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958915111, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958913199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.480Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "ves-openapi-manager", "timestamp": 1617958914272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.480Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.480Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.480Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958911420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.480Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.481Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.481Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "cds", "timestamp": 1617958916115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-04-09T09:04:20.492Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:04:20.492Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:04:20.500Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958915615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958915850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958916818, "artifactURL": "/sdc/v1/catalog/services/5d20dc4e-93d9-43d7-8719-387e1ffe55be/resourceInstances/basicclamp0/artifacts/d007e345-73fb-4e78-922b-c9e4cbc4816e", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958913199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "ves-openapi-manager", "timestamp": 1617958914272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.501Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958911420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958917103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958915615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958915850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958913199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "ves-openapi-manager", "timestamp": 1617958914272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958918037, "artifactURL": "/sdc/v1/catalog/services/5d20dc4e-93d9-43d7-8719-387e1ffe55be/resourceInstances/basicclamp0/artifacts/d007e345-73fb-4e78-922b-c9e4cbc4816e", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958911420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958915615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958918307, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958915850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958913199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "ves-openapi-manager", "timestamp": 1617958914272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.503Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.504Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "dcae-sch", "timestamp": 1617958919040, "artifactURL": "/sdc/v1/catalog/services/5d20dc4e-93d9-43d7-8719-387e1ffe55be/resourceInstances/basicclamp0/artifacts/d007e345-73fb-4e78-922b-c9e4cbc4816e", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } 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-04-09T09:04:20.508Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:04:20.508Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde and ComponentName service-change-handler 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-04-09T09:04:20.516Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.516Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958911420, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.517Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.517Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.517Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958915615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T09:04:20.517Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.517Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.517Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958919326, "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-04-09T09:04:20.521Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:04:20.521Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:04:20.527Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958915850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958913199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "ves-openapi-manager", "timestamp": 1617958914272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958920237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.528Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958915615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-k8s-id", "timestamp": 1617958920328, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958915850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958913199, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "ves-openapi-manager", "timestamp": 1617958914272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.529Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958915615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958915850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958921809, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "ves-openapi-manager", "timestamp": 1617958914272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958915615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958922354, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958915850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958922811, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.530Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958922901, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.531Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.531Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.531Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958915615, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.531Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.531Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.531Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958923357, "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-04-09T09:04:20.535Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:04:20.535Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:04:20.543Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.543Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958915850, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958923905, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958924213, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.544Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "policy-id", "timestamp": 1617958924908, "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-04-09T09:04:20.549Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:04:20.549Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:04:20.555Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.556Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958925215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.556Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.556Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.556Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958926011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.556Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.556Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.556Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "clamp", "timestamp": 1617958926218, "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-04-09T09:04:20.561Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:04:20.561Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:04:20.569Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.569Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958926578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.569Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958927286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958927286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958929094, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958927286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958930002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958927286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.570Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.571Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958931494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.571Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.571Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.571Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958927286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.571Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.571Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.571Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958932501, "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-04-09T09:04:20.575Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:04:20.575Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:04:20.581Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.581Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958932710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.581Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.581Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.581Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958927286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.581Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.581Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.581Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-windriver-id", "timestamp": 1617958933504, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.582Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.582Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.582Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958933713, "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-04-09T09:04:20.586Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:04:20.586Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958927286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958934716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958927286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:04:20.593Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:04:20.594Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958936539, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:04:20.594Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:04:45.825Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:45.835Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:04:45.837Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||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-04-09T09:04:45.841Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-09T09:05:15.841Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c 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-04-09T09:05:15.846Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9d685f7-eaaa-4cfe-8303-e0fff1b2088c and serviceModelVersionId: fd2632fe-4c7f-40de-85d6-f4e7a56a9703 2021-04-09T09:05:15.846Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2dffc2bd-f2f5-4250-8a97-f329dda25c37 2021-04-09T09:05:15.846Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2dffc2bd-f2f5-4250-8a97-f329dda25c37/model-vers/model-ver/fd2632fe-4c7f-40de-85d6-f4e7a56a9703?depth=0 2021-04-09T09:05:15.850Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-09T09:05:15.882Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2dffc2bd-f2f5-4250-8a97-f329dda25c37/model-vers/model-ver/fd2632fe-4c7f-40de-85d6-f4e7a56a9703?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-04-09T09:05:15.883Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2dffc2bd-f2f5-4250-8a97-f329dda25c37/model-vers/model-ver/fd2632fe-4c7f-40de-85d6-f4e7a56a9703?depth=0|INFO|500||Invoke 2021-04-09T09:05:15.901Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2dffc2bd-f2f5-4250-8a97-f329dda25c37/model-vers/model-ver/fd2632fe-4c7f-40de-85d6-f4e7a56a9703?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-09T09:05:15.980Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2dffc2bd-f2f5-4250-8a97-f329dda25c37/model-vers/model-ver/fd2632fe-4c7f-40de-85d6-f4e7a56a9703?depth=0|INFO|500||InvokeReturn 2021-04-09T09:05:15.980Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2dffc2bd-f2f5-4250-8a97-f329dda25c37/model-vers/model-ver/fd2632fe-4c7f-40de-85d6-f4e7a56a9703?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210409-09:05:15:907-83303], vertex-id=[196680], Content-Length=[0], Date=[Fri, 09 Apr 2021 09:05:15 GMT], Content-Type=[application/json]} 2021-04-09T09:05:15.980Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-04-09T09:05:15.981Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-09T09:05:15.981Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||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-04-09T09:05:15.985Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||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-04-09T09:05:15.985Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9d685f7-eaaa-4cfe-8303-e0fff1b2088c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-09T09:05:15.986Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-09T09:05:15.986Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:15.988Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:15.988Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959115985, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:05:16.088Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:16.089Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:16.089Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:16.103Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:16.103Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 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-04-09T09:05:16.998Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-09T09:05:16.998Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e1de77cb-7c22-4fe4-9ccc-f74e440fabde","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"5d20dc4e-93d9-43d7-8719-387e1ffe55be","serviceDescription":"service","serviceInvariantUUID":"94b39e39-0718-46c7-83a0-45b6b0a83e13","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f33f1a7-2ffa-4534-8a13-6586bf123fd3","resourceInvariantUUID":"42cfbf4c-0726-4905-9c44-c713a8a4945e","resourceCustomizationUUID":"180d32d1-2520-4d71-a949-d1692619f746","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d007e345-73fb-4e78-922b-c9e4cbc4816e","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YTVhMjdhOTQ5NTIzYzk0MGYxZTQwMzdkYjY4M2ZhMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0a91988-75ac-4bd4-9d3b-32ef9d8b473b","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NTZmMzlkMDlkZmZiNGNiZmZiNjJkNjNjZTFlMjViYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6a5ec1e-5652-4443-a0bf-b992f699098c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2021ced9-4002-4c4b-abd0-7a0dd61a2ee0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d75a1695-a1b0-49cd-9512-8494a4f76b33","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9","artifactVersion":"2","generatedFromUUID":"2021ced9-4002-4c4b-abd0-7a0dd61a2ee0"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjExZTRiY2YxZmM1M2E0MjY4MTdlYTVhNmZiMzY3YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"050bd417-9508-47ea-bfeb-d6a2f36659c4","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YTFjZmVkYjViYWY1YmM2Mzg5NjAzMDlmZDVlZDk0MjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87acbda4-3ea2-4b02-bc28-5444f20c9175","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-09T09:05:16.998Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:05:16.998Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:17.003Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:17.003Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:17.103Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:17.104Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:17.104Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:17.112Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:17.112Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:18.003Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:05:18.004Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:18.006Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:18.006Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:18.106Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:18.107Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:18.107Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:18.115Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:18.116Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:19.006Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:05:19.007Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:19.009Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:19.009Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:05:19.109Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:19.110Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:19.110Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:19.119Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:19.119Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:20.010Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:05:20.010Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:20.012Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:20.012Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T09:05:20.113Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:05:20.113Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:20.113Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:20.123Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:20.124Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:05:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:05:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:05:20.353Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958942383, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.366Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.367Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "aai-ml", "timestamp": 1617958943387, "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-04-09T09:05:20.373Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e1de77cb-7c22-4fe4-9ccc-f74e440fabde 2021-04-09T09:05:20.373Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:05:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.382Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.383Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.384Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.385Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.386Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.387Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.388Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.389Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-09T09:05:20.390Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.391Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.392Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-09T09:05:20.393Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.394Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.395Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "ves-openapi-manager", "timestamp": 1617958954272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958955615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958957286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958957092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958955850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "dcae-sch", "timestamp": 1617958959137, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958959404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.396Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958953199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958961521, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958972195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958972201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958972315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958972315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.397Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958972316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958972418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958973319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.398Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "cds", "timestamp": 1617958973422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-04-09T09:05:20.411Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70110303-8b99-4132-994e-fcf04a3bb2fe 2021-04-09T09:05:20.411Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:05:20.418Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.418Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958974024, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958974103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958974127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.419Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "policy-id", "timestamp": 1617958974321, "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-04-09T09:05:20.425Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70110303-8b99-4132-994e-fcf04a3bb2fe 2021-04-09T09:05:20.425Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:05:20.435Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.435Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958974562, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.435Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.435Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958975576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958975713, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958975801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.436Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.437Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958975811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.437Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.437Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.437Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.437Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.437Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.437Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "clamp", "timestamp": 1617958976580, "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-04-09T09:05:20.442Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70110303-8b99-4132-994e-fcf04a3bb2fe 2021-04-09T09:05:20.442Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:05:20.451Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.451Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958977015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.451Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.451Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.451Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958977031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.451Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.451Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958977038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958977647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.452Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958978018, "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-04-09T09:05:20.457Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70110303-8b99-4132-994e-fcf04a3bb2fe 2021-04-09T09:05:20.457Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:05:20.463Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.463Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958978037, "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-04-09T09:05:20.467Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70110303-8b99-4132-994e-fcf04a3bb2fe 2021-04-09T09:05:20.467Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:05:20.474Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.474Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.474Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.474Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.474Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958978183, "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-04-09T09:05:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70110303-8b99-4132-994e-fcf04a3bb2fe 2021-04-09T09:05:20.479Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:05:20.485Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.485Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "aai-ml", "timestamp": 1617958978650, "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-04-09T09:05:20.489Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70110303-8b99-4132-994e-fcf04a3bb2fe 2021-04-09T09:05:20.489Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:05:20.496Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.496Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-starlingx-id", "timestamp": 1617958979021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.496Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.496Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-windriver-id", "timestamp": 1617958979040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6facd0a5-5d63-4df9-bd3a-4068660b579a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958979059, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1617958979188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958971420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958981509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.497Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.498Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958983463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.498Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.498Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.498Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.498Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.498Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.498Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617958984465, "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-04-09T09:05:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70110303-8b99-4132-994e-fcf04a3bb2fe 2021-04-09T09:05:20.502Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:05:20.508Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.508Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.508Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/resourceInstances/pnf90c3f0d7a4540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958993012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958994788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWd5d2lqyazmxujuccupo/1.0/artifacts/service-DemoPnfWd5d2lqyazmxujuccupo-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:05:20.509Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:05:21.013Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:05:21.014Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:21.017Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:21.017Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:21.117Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:21.118Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:21.118Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:21.127Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:21.128Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:22.017Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:05:22.018Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:22.020Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:22.020Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T09:05:22.120Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:22.120Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:22.121Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:22.130Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:22.131Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:23.020Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:05:23.021Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:23.023Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:23.023Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:05:23.123Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:23.124Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:23.124Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:23.133Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:23.133Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:24.023Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:05:24.024Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:24.026Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:24.026Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:05:24.127Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:24.127Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:24.127Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:24.136Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:24.136Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:25.028Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "5d20dc4e-93d9-43d7-8719-387e1ffe55be", "serviceDescription": "service", "serviceInvariantUUID": "94b39e39-0718-46c7-83a0-45b6b0a83e13", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "180d32d1-2520-4d71-a949-d1692619f746", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6f33f1a7-2ffa-4534-8a13-6586bf123fd3", "resourceInvariantUUID": "42cfbf4c-0726-4905-9c44-c713a8a4945e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "NTZmMzlkMDlkZmZiNGNiZmZiNjJkNjNjZTFlMjViYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6a5ec1e-5652-4443-a0bf-b992f699098c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2021ced9-4002-4c4b-abd0-7a0dd61a2ee0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9", "generatedFromUUID": "2021ced9-4002-4c4b-abd0-7a0dd61a2ee0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YTFjZmVkYjViYWY1YmM2Mzg5NjAzMDlmZDVlZDk0MjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87acbda4-3ea2-4b02-bc28-5444f20c9175" } ], "workloadContext": "Production" } 2021-04-09T09:05:25.028Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-09T09:05:25.028Z|f9d685f7-eaaa-4cfe-8303-e0fff1b2088c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d20dc4e-93d9-43d7-8719-387e1ffe55be ASDC 2021-04-09T09:05:25.029Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e1de77cb-7c22-4fe4-9ccc-f74e440fabde ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:5d20dc4e-93d9-43d7-8719-387e1ffe55be ServiceInvariantUUID:94b39e39-0718-46c7-83a0-45b6b0a83e13 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:87acbda4-3ea2-4b02-bc28-5444f20c9175 ArtifactChecksum:YTFjZmVkYjViYWY1YmM2Mzg5NjAzMDlmZDVlZDk0MjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:180d32d1-2520-4d71-a949-d1692619f746 ResourceInvariantUUID:42cfbf4c-0726-4905-9c44-c713a8a4945e ResourceName:basicclamp ResourceType:VF ResourceUUID:6f33f1a7-2ffa-4534-8a13-6586bf123fd3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:f6a5ec1e-5652-4443-a0bf-b992f699098c ArtifactChecksum:NTZmMzlkMDlkZmZiNGNiZmZiNjJkNjNjZTFlMjViYWE= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:2021ced9-4002-4c4b-abd0-7a0dd61a2ee0 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-09T09:05:25.029Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d20dc4e-93d9-43d7-8719-387e1ffe55be 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-04-09T09:05:25.057Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T09:05:25.057Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:05:25.057Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:05:25.058Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87acbda4-3ea2-4b02-bc28-5444f20c9175 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-09T09:05:25.058Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:05:25.058Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-09T09:05:26.017Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:05:26.019Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 87acbda4-3ea2-4b02-bc28-5444f20c9175 76828 2021-04-09T09:05:26.020Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-09T09:05:26.020Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-09T09:05:26.020Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:05:26.020Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:26.021Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:26.021Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959126020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:26.122Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:26.122Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:26.122Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:26.133Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:26.133Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:27.022Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T09:05:27.023Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:05:27.023Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 87acbda4-3ea2-4b02-bc28-5444f20c9175, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-09T09:05:27.024Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-09T09:05:27.024Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-09T09:05:27.024Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-09T09:05:27.161Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1212261675807590498/Definitions/service-Basicclamp-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-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-Basicclamp-csar.csar 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-Basicclamp-csar.csar 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-Basicclamp-csar.csar 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-Basicclamp-csar.csar 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-09T09:05:27.995Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-Basicclamp-csar.csar 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-Basicclamp-csar.csar 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.996Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.997Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.998Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=10c549ee-b618-49c7-ac94-d9244509a8c7 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:27.999Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:5d20dc4e-93d9-43d7-8719-387e1ffe55be Model Version:NULL Model InvariantUuid:94b39e39-0718-46c7-83a0-45b6b0a83e13 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:1fda2cf4-7fdf-4698-b64f-97be15cc7a87 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:42cfbf4c-0726-4905-9c44-c713a8a4945e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:180d32d1-2520-4d71-a949-d1692619f746 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:18b3ed44-38c3-4463-94b2-04845351a153 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:e5f437d1-a2ae-46bc-9347-dbe734468fe0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:10c549ee-b618-49c7-ac94-d9244509a8c7 ModelInvariantUuid:219afbbb-4846-4626-b37a-c53c05848708 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:00955343-3f7f-41a9-adeb-b5a02fb3aec0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f058d242-f7a1-478c-85c8-747cbc55548e ModelInvariantUuid:3d1fd0a5-eccc-4c38-8d17-1d7e5fa6c68b ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:aa29fb04-5099-445f-8110-79945732908d 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-04-09T09:05:28.004Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f33f1a7-2ffa-4534-8a13-6586bf123fd3 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-04-09T09:05:28.006Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||basicclamp 0 2021-04-09T09:05:28.006Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f33f1a7-2ffa-4534-8a13-6586bf123fd3 2021-04-09T09:05:28.006Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f6a5ec1e-5652-4443-a0bf-b992f699098c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-09T09:05:28.007Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:05:28.007Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-09T09:05:29.003Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:05:29.003Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f6a5ec1e-5652-4443-a0bf-b992f699098c 790 2021-04-09T09:05:29.004Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-09T09:05:29.004Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-09T09:05:29.004Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:05:29.004Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:29.006Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:29.006Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959129003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:29.106Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:29.107Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:29.107Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:29.116Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:29.117Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:30.006Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "18b3ed44-38c3-4463-94b2-04845351a153", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e5f437d1-a2ae-46bc-9347-dbe734468fe0", "vfModuleModelCustomizationUUID": "2d1e8438-40c1-4c0f-9683-92520fb15273", "isBase": true, "artifacts": [ "2021ced9-4002-4c4b-abd0-7a0dd61a2ee0", "d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9" ], "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-04-09T09:05:30.011Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e5f437d1-a2ae-46bc-9347-dbe734468fe0 VfModuleModelInvariantUUID:18b3ed44-38c3-4463-94b2-04845351a153 VfModuleModelDescription:NULL Artifacts UUID List:{ 2021ced9-4002-4c4b-abd0-7a0dd61a2ee0 , d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9 } 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-04-09T09:05:30.013Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "18b3ed44-38c3-4463-94b2-04845351a153", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e5f437d1-a2ae-46bc-9347-dbe734468fe0", "vfModuleModelCustomizationUUID": "2d1e8438-40c1-4c0f-9683-92520fb15273", "isBase": true, "artifacts": [ "2021ced9-4002-4c4b-abd0-7a0dd61a2ee0", "d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9" ], "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-04-09T09:05:30.013Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e5f437d1-a2ae-46bc-9347-dbe734468fe0 VfModuleModelInvariantUUID:18b3ed44-38c3-4463-94b2-04845351a153 VfModuleModelDescription:NULL Artifacts UUID List:{ 2021ced9-4002-4c4b-abd0-7a0dd61a2ee0 , d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9 } 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-04-09T09:05:30.014Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2021ced9-4002-4c4b-abd0-7a0dd61a2ee0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-09T09:05:30.014Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:05:30.014Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-09T09:05:30.805Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:05:30.806Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021ced9-4002-4c4b-abd0-7a0dd61a2ee0 5033 2021-04-09T09:05:30.806Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-09T09:05:30.807Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-09T09:05:30.807Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:05:30.807Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:30.809Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:30.809Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959130806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:30.910Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:05:30.910Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:30.910Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:30.921Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:30.922Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:31.810Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-09T09:05:31.810Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:05:31.811Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-09T09:05:32.514Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:05:32.514Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d3f2bfdb-7b7b-443f-9b4a-4ae23b4af6a9 909 2021-04-09T09:05:32.514Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-09T09:05:32.514Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-09T09:05:32.514Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:05:32.515Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:32.516Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:32.516Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959132514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:05:32.616Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:32.617Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:32.617Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:32.627Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:32.627Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:33.517Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5d20dc4e-93d9-43d7-8719-387e1ffe55be 2021-04-09T09:05:33.517Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6f33f1a7-2ffa-4534-8a13-6586bf123fd3 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-04-09T09:05:33.531Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.532Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:33.532Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-09T09:05:33.532Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 180d32d1-2520-4d71-a949-d1692619f746 2021-04-09T09:05:33.532Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 180d32d1-2520-4d71-a949-d1692619f746 matches Tosca VF Customization UUID: 180d32d1-2520-4d71-a949-d1692619f746 2021-04-09T09:05:33.532Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 180d32d1-2520-4d71-a949-d1692619f746 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-04-09T09:05:33.534Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.534Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:33.535Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 180d32d1-2520-4d71-a949-d1692619f746: {\"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-04-09T09:05:33.535Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70ec6521 2021-04-09T09:05:33.535Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.535Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-09T09:05:33.535Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d1e8438-40c1-4c0f-9683-92520fb15273 2021-04-09T09:05:33.535Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d1e8438-40c1-4c0f-9683-92520fb15273 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-04-09T09:05:33.537Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.537Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:33.537Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:05:33.538Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.538Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:33.538Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:05:33.538Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.538Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-09T09:05:33.538Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-09T09:05:33.539Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-09T09:05:33.539Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=10c549ee-b618-49c7-ac94-d9244509a8c7 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-04-09T09:05:33.541Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.541Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:33.541Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:05:33.541Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.542Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-09T09:05:33.542Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=180d32d1-2520-4d71-a949-d1692619f746 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-04-09T09:05:33.543Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.544Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:33.544Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5d20dc4e-93d9-43d7-8719-387e1ffe55be: basicclamp 2021-04-09T09:05:33.544Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.544Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:33.545Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.545Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:33.545Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.545Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:33.545Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.545Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:33.546Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:05:33.546Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:05:33.546Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 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-04-09T09:05:33.625Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6f33f1a7-2ffa-4534-8a13-6586bf123fd3 1 ASDC deployResourceStructure 2021-04-09T09:05:33.626Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-09T09:05:33.626Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-09T09:05:33.626Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:05:33.626Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:33.627Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:33.627Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959133626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:05:33.728Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:05:33.728Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:33.729Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:33.738Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:33.738Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:34.628Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-09T09:05:34.628Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-09T09:05:34.629Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:05:34.629Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:34.631Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:34.631Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959134628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-09T09:05:34.732Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:05:34.733Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:34.733Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:34.742Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:34.743Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:35.632Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-09T09:05:35.632Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-09T09:05:35.633Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:05:35.633Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:35.634Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:35.634Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959135632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-09T09:05:35.735Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:35.735Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:35.735Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:35.744Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:35.745Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:36.635Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-09T09:05:36.636Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-09T09:05:36.636Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:05:36.636Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:05:36.638Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:05:36.638Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959136635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:05:36.738Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:05:36.739Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:05:36.739Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:05:36.750Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:05:36.751Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:05:37.639Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:05:37.651Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:05:37.655Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:05:37.655Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-09T09:05:37.655Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-09T09:05:37.655Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-09T09:05:37.656Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:05:37.656Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:05:37.656Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:05:37.657Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:05:37.657Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:05:37.657Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:05:37.658Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:05:37.658Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-04-09T09:05:37.663Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-09T09:06:07.663Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e1de77cb-7c22-4fe4-9ccc-f74e440fabde 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-04-09T09:06:07.667Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e1de77cb-7c22-4fe4-9ccc-f74e440fabde and serviceModelVersionId: 5d20dc4e-93d9-43d7-8719-387e1ffe55be 2021-04-09T09:06:07.667Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94b39e39-0718-46c7-83a0-45b6b0a83e13 2021-04-09T09:06:07.668Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0 2021-04-09T09:06:07.671Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-09T09:06:07.702Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0|INFO|500||Invoke 2021-04-09T09:06:07.702Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e1de77cb-7c22-4fe4-9ccc-f74e440fabde], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d57c28c6-15ec-41a2-9130-0f313242a615], X-ECOMP-RequestID=[e1de77cb-7c22-4fe4-9ccc-f74e440fabde], X-TransactionId=[], X-ONAP-RequestID=[e1de77cb-7c22-4fe4-9ccc-f74e440fabde], Content-Type=[application/merge-patch+json]} 2021-04-09T09:06:07.723Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-09T09:06:08.304Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210409-09:06:07:730-6099], vertex-id=[233712], Content-Length=[0], Date=[Fri, 09 Apr 2021 09:06:07 GMT], Content-Type=[application/json]} 2021-04-09T09:06:08.304Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-09T09:06:08.305Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/94b39e39-0718-46c7-83a0-45b6b0a83e13/model-vers/model-ver/5d20dc4e-93d9-43d7-8719-387e1ffe55be?depth=0|INFO|500||InvokeReturn 2021-04-09T09:06:08.305Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-09T09:06:08.305Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-04-09T09:06:08.310Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||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-04-09T09:06:08.310Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e1de77cb-7c22-4fe4-9ccc-f74e440fabde and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-09T09:06:08.310Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-09T09:06:08.310Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:08.313Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:08.313Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959168310, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:06:08.413Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:08.414Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:08.414Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:08.426Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:08.426Z||pool-67-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-04-09T09:06:09.323Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-09T09:06:09.323Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"70110303-8b99-4132-994e-fcf04a3bb2fe","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3","serviceDescription":"service","serviceInvariantUUID":"876fdbb3-b82e-4018-a4d0-888fbd88224a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8348ae98-1747-4774-a282-6a7a70477a5d","resourceInvariantUUID":"5fd68d29-cf05-4234-9a1e-05cc8226ef1e","resourceCustomizationUUID":"caef1bd8-08d2-4569-920a-6f87de1a6318","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDJlM2E1ZDA1MzgzNWYzZGQzYjlhZmRiOWQyODg3MjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"811d06e2-7617-423e-b9bb-0d6aa292dc20","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f1dcf341-1757-4b45-aef2-7113caf0bf9f","artifactVersion":"2","generatedFromUUID":"fbf964ca-7cdd-42ff-9830-6f8ae867d628"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbf964ca-7cdd-42ff-9830-6f8ae867d628","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NzEzZTY1ZTkzNDc1Y2Y1MzAyOGI4YWIzMjE5MGNkN2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4bbb81e-153e-4cb4-a5f2-fe3bda39c84d","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4bc5e00f-4681-49a4-8770-00c71513dd7c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fcd4242-19f7-48d7-a84b-549dc1ae57ad","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"741edad2-85a6-4d93-9e7f-2b44ddfadcce","artifactVersion":"2","generatedFromUUID":"4bc5e00f-4681-49a4-8770-00c71513dd7c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmFkZjFkMjhkM2RiM2NjM2YzYzkzYTg0NGIwZTQ3ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb7b45e6-4e97-4f71-8a2c-f3c02e85491c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODI3ODAwMmEwYTNjZGMwNmZiZjhlMjQxODY1ZjMxMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"23d38b4a-7ab6-49c8-bc7d-f0dc3055b98c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-09T09:06:09.324Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:09.324Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:09.325Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:09.325Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:06:09.426Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:06:09.426Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:09.426Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:09.439Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:09.440Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:10.326Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:10.327Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:10.328Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:10.329Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-09T09:06:10.429Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:10.430Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:10.430Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:10.437Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:10.438Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:11.329Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:11.330Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:11.332Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:11.332Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-09T09:06:11.432Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:11.433Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:11.433Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:11.443Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:11.443Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:12.332Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:12.333Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:12.336Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:12.336Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:06:12.436Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:12.437Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:12.437Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:12.446Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:12.446Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:13.337Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:13.338Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:13.340Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:13.340Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-09T09:06:13.440Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:13.441Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:13.441Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:13.454Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:13.454Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:14.341Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:14.342Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:14.344Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:14.344Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:06:14.444Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:14.445Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:14.445Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:14.455Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:14.455Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:15.345Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:15.346Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:15.348Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:15.348Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-09T09:06:15.448Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:15.449Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:15.449Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:15.459Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:15.459Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-09T09:06:16.348Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:16.349Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:16.351Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:16.351Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:06:16.451Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:16.452Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:16.452Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:16.460Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:16.461Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:17.351Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:06:17.353Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:17.355Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:17.355Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:06:17.455Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:17.456Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:17.456Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:17.465Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:17.465Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:18.356Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3", "serviceDescription": "service", "serviceInvariantUUID": "876fdbb3-b82e-4018-a4d0-888fbd88224a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "caef1bd8-08d2-4569-920a-6f87de1a6318", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8348ae98-1747-4774-a282-6a7a70477a5d", "resourceInvariantUUID": "5fd68d29-cf05-4234-9a1e-05cc8226ef1e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f1dcf341-1757-4b45-aef2-7113caf0bf9f", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fbf964ca-7cdd-42ff-9830-6f8ae867d628", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "NzEzZTY1ZTkzNDc1Y2Y1MzAyOGI4YWIzMjE5MGNkN2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4bbb81e-153e-4cb4-a5f2-fe3bda39c84d", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "4bc5e00f-4681-49a4-8770-00c71513dd7c", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "741edad2-85a6-4d93-9e7f-2b44ddfadcce", "generatedFromUUID": "4bc5e00f-4681-49a4-8770-00c71513dd7c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "741edad2-85a6-4d93-9e7f-2b44ddfadcce", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODI3ODAwMmEwYTNjZGMwNmZiZjhlMjQxODY1ZjMxMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23d38b4a-7ab6-49c8-bc7d-f0dc3055b98c" } ], "workloadContext": "Production" } 2021-04-09T09:06:18.357Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-09T09:06:18.357Z|e1de77cb-7c22-4fe4-9ccc-f74e440fabde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3 ASDC 2021-04-09T09:06:18.357Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:70110303-8b99-4132-994e-fcf04a3bb2fe ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3 ServiceInvariantUUID:876fdbb3-b82e-4018-a4d0-888fbd88224a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:23d38b4a-7ab6-49c8-bc7d-f0dc3055b98c ArtifactChecksum:ODI3ODAwMmEwYTNjZGMwNmZiZjhlMjQxODY1ZjMxMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:caef1bd8-08d2-4569-920a-6f87de1a6318 ResourceInvariantUUID:5fd68d29-cf05-4234-9a1e-05cc8226ef1e ResourceName:basic_cnf ResourceType:VF ResourceUUID:8348ae98-1747-4774-a282-6a7a70477a5d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:f1dcf341-1757-4b45-aef2-7113caf0bf9f ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:fbf964ca-7cdd-42ff-9830-6f8ae867d628 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:a4bbb81e-153e-4cb4-a5f2-fe3bda39c84d ArtifactChecksum:NzEzZTY1ZTkzNDc1Y2Y1MzAyOGI4YWIzMjE5MGNkN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:4bc5e00f-4681-49a4-8770-00c71513dd7c ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:741edad2-85a6-4d93-9e7f-2b44ddfadcce ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:741edad2-85a6-4d93-9e7f-2b44ddfadcce ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-09T09:06:18.357Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3 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-04-09T09:06:18.381Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T09:06:18.382Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:06:18.382Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:06:18.382Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 23d38b4a-7ab6-49c8-bc7d-f0dc3055b98c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-09T09:06:18.383Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:06:18.383Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-09T09:06:18.542Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:06:18.546Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 23d38b4a-7ab6-49c8-bc7d-f0dc3055b98c 71158 2021-04-09T09:06:18.546Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-09T09:06:18.546Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-09T09:06:18.546Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:06:18.546Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:18.548Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:18.548Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959178546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:06:18.648Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:18.649Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:18.649Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:18.657Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:18.657Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:19.548Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T09:06:19.549Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-09T09:06:19.550Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 23d38b4a-7ab6-49c8-bc7d-f0dc3055b98c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-09T09:06:19.575Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-09T09:06:19.575Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-09T09:06:19.575Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-09T09:06:19.665Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16418540464550590426/Definitions/service-BasicCnf-template.yml 2021-04-09T09:06:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:06:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:06:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:06:20.357Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:20.358Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:06:20.358Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9d685f7-eaaa-4cfe-8303-e0fff1b2088c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959115985, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:06:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:06:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:06:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:06:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:06:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:06:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:06:20.359Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:06:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:06:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:06:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:06:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:06:20.360Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-09T09:06:20.361Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-09T09:06:20.537Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-09T09:06:20.537Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-09T09:06:20.537Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-09T09:06:20.537Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-09T09:06:20.537Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||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-BasicCnf-csar.csar 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T09:06:20.538Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.539Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-09T09:06:20.540Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b7d6be59-ac9a-4865-8460-72ff4da03437 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:20.541Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3 Model Version:NULL Model InvariantUuid:876fdbb3-b82e-4018-a4d0-888fbd88224a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:3bb9cdad-17cd-4469-a824-1068d7f27e9d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5fd68d29-cf05-4234-9a1e-05cc8226ef1e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:caef1bd8-08d2-4569-920a-6f87de1a6318 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2afb0ff6-05b9-43a5-96d8-d54dd9c09f98 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:4377444b-66ae-470e-b365-93e55d5eaace ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b7d6be59-ac9a-4865-8460-72ff4da03437 ModelInvariantUuid:2e7aeec3-f1ef-49a3-b352-639ebb1513c4 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a986ac89-d4f4-48e7-ae14-3d68bc41ab4a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:3eb61b75-abaa-4d5a-b829-6f547ac0e08f ModelInvariantUuid:0dd1d691-5e37-4d63-a612-ee07889d9416 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:4c6281e7-be7e-4029-aed3-6167fa1cd324 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-04-09T09:06:20.548Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8348ae98-1747-4774-a282-6a7a70477a5d 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-04-09T09:06:20.551Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||basic_cnf 0 2021-04-09T09:06:20.551Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8348ae98-1747-4774-a282-6a7a70477a5d 2021-04-09T09:06:20.551Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f1dcf341-1757-4b45-aef2-7113caf0bf9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-09T09:06:20.552Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:06:20.552Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-09T09:06:20.682Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:06:20.683Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f1dcf341-1757-4b45-aef2-7113caf0bf9f 12 2021-04-09T09:06:20.683Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-09T09:06:20.683Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-09T09:06:20.683Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:06:20.683Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:20.685Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:20.685Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959180683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:06:20.785Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:20.786Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:20.786Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:20.797Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:20.798Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:21.685Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fbf964ca-7cdd-42ff-9830-6f8ae867d628 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-09T09:06:21.686Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:06:21.686Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-09T09:06:22.199Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:06:22.200Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fbf964ca-7cdd-42ff-9830-6f8ae867d628 2688 2021-04-09T09:06:22.200Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-09T09:06:22.200Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-09T09:06:22.200Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:06:22.200Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:22.202Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:22.202Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959182200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-09T09:06:22.302Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:22.303Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:22.303Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:22.312Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:22.313Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:23.203Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a4bbb81e-153e-4cb4-a5f2-fe3bda39c84d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-09T09:06:23.203Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:06:23.204Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-09T09:06:24.191Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:06:24.192Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a4bbb81e-153e-4cb4-a5f2-fe3bda39c84d 828 2021-04-09T09:06:24.192Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-09T09:06:24.192Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-09T09:06:24.192Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:06:24.192Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:24.194Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:24.194Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959184192, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:06:24.295Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:06:24.295Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:24.295Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:24.306Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:24.307Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:25.195Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2afb0ff6-05b9-43a5-96d8-d54dd9c09f98", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4377444b-66ae-470e-b365-93e55d5eaace", "vfModuleModelCustomizationUUID": "73c96708-85c3-4b23-83e7-ac41f8659db8", "isBase": true, "artifacts": [ "4bc5e00f-4681-49a4-8770-00c71513dd7c", "fbf964ca-7cdd-42ff-9830-6f8ae867d628", "741edad2-85a6-4d93-9e7f-2b44ddfadcce" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-09T09:06:25.200Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4377444b-66ae-470e-b365-93e55d5eaace VfModuleModelInvariantUUID:2afb0ff6-05b9-43a5-96d8-d54dd9c09f98 VfModuleModelDescription:NULL Artifacts UUID List:{ 4bc5e00f-4681-49a4-8770-00c71513dd7c , fbf964ca-7cdd-42ff-9830-6f8ae867d628 , 741edad2-85a6-4d93-9e7f-2b44ddfadcce } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-04-09T09:06:25.202Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "2afb0ff6-05b9-43a5-96d8-d54dd9c09f98", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4377444b-66ae-470e-b365-93e55d5eaace", "vfModuleModelCustomizationUUID": "73c96708-85c3-4b23-83e7-ac41f8659db8", "isBase": true, "artifacts": [ "4bc5e00f-4681-49a4-8770-00c71513dd7c", "fbf964ca-7cdd-42ff-9830-6f8ae867d628", "741edad2-85a6-4d93-9e7f-2b44ddfadcce" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-09T09:06:25.202Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4377444b-66ae-470e-b365-93e55d5eaace VfModuleModelInvariantUUID:2afb0ff6-05b9-43a5-96d8-d54dd9c09f98 VfModuleModelDescription:NULL Artifacts UUID List:{ 4bc5e00f-4681-49a4-8770-00c71513dd7c , fbf964ca-7cdd-42ff-9830-6f8ae867d628 , 741edad2-85a6-4d93-9e7f-2b44ddfadcce } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-04-09T09:06:25.202Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4bc5e00f-4681-49a4-8770-00c71513dd7c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-09T09:06:25.202Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:06:25.203Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-09T09:06:26.902Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:06:26.903Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4bc5e00f-4681-49a4-8770-00c71513dd7c 1164 2021-04-09T09:06:26.903Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-09T09:06:26.903Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-09T09:06:26.903Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:06:26.904Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:26.905Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:26.905Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959186903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:06:27.006Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:27.006Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:27.006Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:27.016Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:27.017Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:27.906Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 741edad2-85a6-4d93-9e7f-2b44ddfadcce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-09T09:06:27.906Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-09T09:06:27.907Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-09T09:06:29.709Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-09T09:06:29.710Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 741edad2-85a6-4d93-9e7f-2b44ddfadcce 200 2021-04-09T09:06:29.710Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-09T09:06:29.711Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-09T09:06:29.711Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:06:29.711Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:29.713Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:29.713Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959189710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:06:29.814Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2021-04-09T09:06:29.814Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:29.815Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:29.823Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:29.824Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:30.725Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3 2021-04-09T09:06:30.725Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8348ae98-1747-4774-a282-6a7a70477a5d 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 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=? 2021-04-09T09:06:30.738Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported 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-04-09T09:06:30.745Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.745Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:30.745Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-09T09:06:30.745Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= caef1bd8-08d2-4569-920a-6f87de1a6318 2021-04-09T09:06:30.745Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: caef1bd8-08d2-4569-920a-6f87de1a6318 matches Tosca VF Customization UUID: caef1bd8-08d2-4569-920a-6f87de1a6318 2021-04-09T09:06:30.745Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: caef1bd8-08d2-4569-920a-6f87de1a6318 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-04-09T09:06:30.747Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.747Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:30.748Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id caef1bd8-08d2-4569-920a-6f87de1a6318: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-04-09T09:06:30.748Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6341e461 2021-04-09T09:06:30.748Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.749Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-09T09:06:30.749Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73c96708-85c3-4b23-83e7-ac41f8659db8 2021-04-09T09:06:30.749Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73c96708-85c3-4b23-83e7-ac41f8659db8 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-04-09T09:06:30.751Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.752Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:30.752Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:06:30.752Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.752Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:30.752Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:06:30.753Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.753Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-09T09:06:30.753Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-09T09:06:30.753Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b7d6be59-ac9a-4865-8460-72ff4da03437 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-04-09T09:06:30.755Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.755Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:30.756Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-09T09:06:30.756Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.756Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-09T09:06:30.756Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=caef1bd8-08d2-4569-920a-6f87de1a6318 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-04-09T09:06:30.758Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.758Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:30.758Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3: basic_cnf 2021-04-09T09:06:30.758Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.759Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:30.759Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.759Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:30.759Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.759Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:30.759Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.759Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:30.759Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:06:30.760Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:06:30.760Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 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: 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 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-04-09T09:06:30.823Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8348ae98-1747-4774-a282-6a7a70477a5d 1 ASDC deployResourceStructure 2021-04-09T09:06:30.824Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-09T09:06:30.824Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-04-09T09:06:30.825Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-09T09:06:30.825Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:30.826Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:30.826Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959190824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-09T09:06:30.927Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:30.927Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:30.928Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:30.938Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:30.938Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:31.828Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-09T09:06:31.828Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-04-09T09:06:31.829Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-09T09:06:31.829Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:31.831Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:31.831Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959191827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-09T09:06:31.931Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:31.932Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:31.932Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:31.943Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:31.943Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:32.831Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-09T09:06:32.832Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-09T09:06:32.832Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:06:32.832Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:32.834Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:32.834Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959192831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:06:32.934Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:32.935Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:32.935Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:32.943Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:32.943Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:33.834Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-09T09:06:33.835Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-09T09:06:33.835Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:06:33.835Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:33.836Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:33.837Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959193834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-09T09:06:33.938Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:06:33.938Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:33.938Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:33.948Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:33.949Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:34.838Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-09T09:06:34.838Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-09T09:06:34.838Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:06:34.839Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:34.840Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:34.841Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959194838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-09T09:06:34.941Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:34.941Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:34.942Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:34.952Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:34.952Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-09T09:06:35.841Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-09T09:06:35.841Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-09T09:06:35.842Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:06:35.842Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:06:35.843Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:06:35.843Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959195841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:06:35.943Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:06:35.944Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:06:35.944Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:06:35.955Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:06:35.955Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:06:36.843Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:06:36.852Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:06:36.854Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||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-04-09T09:06:36.859Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-09T09:07:06.859Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70110303-8b99-4132-994e-fcf04a3bb2fe 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-04-09T09:07:06.867Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70110303-8b99-4132-994e-fcf04a3bb2fe and serviceModelVersionId: cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3 2021-04-09T09:07:06.867Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 876fdbb3-b82e-4018-a4d0-888fbd88224a 2021-04-09T09:07:06.868Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0 2021-04-09T09:07:06.871Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-09T09:07:06.901Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0|INFO|500||Invoke 2021-04-09T09:07:06.901Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70110303-8b99-4132-994e-fcf04a3bb2fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6551bef-db7e-4389-aed2-39b521988a16], X-ECOMP-RequestID=[70110303-8b99-4132-994e-fcf04a3bb2fe], X-TransactionId=[], X-ONAP-RequestID=[70110303-8b99-4132-994e-fcf04a3bb2fe], Content-Type=[application/merge-patch+json]} 2021-04-09T09:07:06.916Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-09T09:07:07.509Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210409-09:07:06:921-15786], vertex-id=[422088], Content-Length=[0], Date=[Fri, 09 Apr 2021 09:07:06 GMT], Content-Type=[application/json]} 2021-04-09T09:07:07.509Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-09T09:07:07.509Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/876fdbb3-b82e-4018-a4d0-888fbd88224a/model-vers/model-ver/cbc8bf4c-6684-4785-8dc2-fdeeee3ceda3?depth=0|INFO|500||InvokeReturn 2021-04-09T09:07:07.509Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-09T09:07:07.510Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||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-04-09T09:07:07.513Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||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-04-09T09:07:07.513Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70110303-8b99-4132-994e-fcf04a3bb2fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-09T09:07:07.513Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-09T09:07:07.513Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:07:07.515Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:07:07.515Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959227513, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:07:07.615Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:07:07.616Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:07:07.616Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:07:07.628Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:07:07.628Z||pool-89-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-04-09T09:07:08.526Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:07:08.527Z||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-04-09T09:07:08.527Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:07:18.721Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:07:18.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:07:18.722Z||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-04-09T09:07:18.722Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:07:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:07:20.337Z||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-04-09T09:07:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:07:20.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:07:20.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959126020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959129003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959130806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959132514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959133626, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959134628, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959135632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-09T09:07:20.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959136635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e1de77cb-7c22-4fe4-9ccc-f74e440fabde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959168310, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-09T09:07:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617958980073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959178546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:07:20.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:07:28.256Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:07:28.257Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:07:28.257Z||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-04-09T09:07:28.257Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:07:37.791Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:07:37.791Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:07:37.791Z||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-04-09T09:07:37.791Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:07:47.329Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:07:47.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:07:47.329Z||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-04-09T09:07:47.329Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:07:56.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:07:56.864Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:07:56.864Z||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-04-09T09:07:56.864Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:08:06.400Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:08:06.400Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:08:06.401Z||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-04-09T09:08:06.401Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:08:15.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:08:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:08:20.335Z||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-04-09T09:08:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:08:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:08:20.336Z||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-04-09T09:08:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:08:20.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:08:20.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:08:20.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959180683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:08:20.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:08:29.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:09:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:09:20.335Z||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-04-09T09:09:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:09:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:09:20.337Z||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-04-09T09:09:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:09:20.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:09:20.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959182200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-09T09:09:20.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959184192, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-09T09:09:20.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959186903, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:09:20.860Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959189710, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-09T09:09:20.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959190824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-09T09:09:20.861Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959191827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-09T09:09:20.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959192831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-09T09:09:20.863Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959193834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-09T09:09:20.863Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959194838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-09T09:09:20.864Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959195841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:09:20.864Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:20.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-09T09:09:20.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "70110303-8b99-4132-994e-fcf04a3bb2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959227513, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:09:20.864Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:09:29.882Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:10:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:10:20.335Z||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-04-09T09:10:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:10:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:10:20.336Z||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-04-09T09:10:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:10:29.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:10:29.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:20.334Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:11:20.335Z||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-04-09T09:11:20.335Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:11:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:11:20.336Z||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-04-09T09:11:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:11:20.766Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:20.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959471521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959469404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959474272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-starlingx-id", "timestamp": 1617959475850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-k8s-id", "timestamp": 1617959477092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-windriver-id", "timestamp": 1617959475615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959473199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959474272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959471521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-starlingx-id", "timestamp": 1617959475850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959469404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-windriver-id", "timestamp": 1617959475615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-k8s-id", "timestamp": 1617959477092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959473199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "dcae-sch", "timestamp": 1617959479137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:20.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:11:20.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:20.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-09T09:11:20.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7c87b903-4448-4bbc-bc1f-a52c1d06b92b","serviceName":"Demo_pNF_yy8qlantIQzr4hWRErz6","serviceVersion":"1.0","serviceUUID":"054f926f-a0ce-4b32-b008-cb549f658505","serviceDescription":"catalog service description","serviceInvariantUUID":"23cf5e10-622a-4c46-b36e-3402242cfa96","resources":[{"resourceInstanceName":"pNF 43e8f760-c00a 0","resourceName":"pNF 43e8f760-c00a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fec6711b-6c06-4a6a-b6e3-103ecad093f5","resourceInvariantUUID":"8580814d-6c78-4bbf-a398-4ae6ce3add51","resourceCustomizationUUID":"c8f48c1b-a8c4-451f-a29b-a4541b782d8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml","artifactChecksum":"ZGJiZDZiOGI0NmZhOWU4NDc0NzFkZWEzMmFiOTE3N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"055d4f13-daa2-4e1e-a954-a5569401a0c7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar","artifactChecksum":"MDlmZTI5NzJmM2VlZWMyOWFhMGFkMDE0NTcxZjJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"718b020c-46e8-4d2a-81a1-ebcb81aa29f1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2f88089-136b-4d0a-b7cc-575ebbadd583","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml","artifactChecksum":"YTM2YzQ5YTc1NDk5ZTYyMzQ4YTdlNzY5MmU4YmZlYmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"628f980c-4a88-4c72-8725-1706f25aa7b9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"515e0391-735b-42af-b3ee-e4b737ff8301","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a99ef4c-8f12-41aa-85ec-c98fb6c41932","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml","artifactChecksum":"OGIzOTYzODVmMThkNWRlZjZjOGU0NDJhZmM4YWFhNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6311782b-7159-4033-8e10-38e5547cb291","artifactVersion":"1"},{"artifactName":"service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar","artifactChecksum":"ZGY1ZjNjN2FmNmQyMjFhM2MyOTgxNWVkYmVjMzE1ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d194b76-99f3-41cd-bf22-87746ec42196","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-09T09:11:20.962Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:11:20.963Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:20.964Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:20.965Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:21.065Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:11:21.066Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:21.066Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:21.076Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:21.076Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:21.965Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:11:21.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:21.968Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:21.968Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:22.068Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:11:22.069Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:22.069Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:22.078Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:22.078Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:22.968Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:11:22.969Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:22.971Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:22.971Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:23.071Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:11:23.072Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:23.072Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:23.081Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:23.081Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:23.971Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:11:23.972Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:23.973Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:23.974Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:24.074Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:11:24.075Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:24.075Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:24.084Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:24.085Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:24.974Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:11:24.975Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:24.976Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:24.976Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:25.077Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:11:25.077Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:25.077Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:25.088Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:25.089Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:25.977Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:11:25.978Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:25.980Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:25.980Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:26.080Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:11:26.081Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:26.081Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:26.091Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:26.091Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:26.981Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:11:26.981Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:26.983Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:26.984Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:11:27.084Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:11:27.084Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:27.085Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:27.093Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:27.093Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:27.984Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-09T09:11:27.985Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:27.987Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:27.987Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:11:28.088Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:11:28.088Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:28.089Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:28.099Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:28.100Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:28.988Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "serviceName": "Demo_pNF_yy8qlantIQzr4hWRErz6", "serviceVersion": "1.0", "serviceUUID": "054f926f-a0ce-4b32-b008-cb549f658505", "serviceDescription": "catalog service description", "serviceInvariantUUID": "23cf5e10-622a-4c46-b36e-3402242cfa96", "resources": [ { "resourceInstanceName": "pNF 43e8f760-c00a 0", "resourceCustomizationUUID": "c8f48c1b-a8c4-451f-a29b-a4541b782d8b", "resourceName": "pNF 43e8f760-c00a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "fec6711b-6c06-4a6a-b6e3-103ecad093f5", "resourceInvariantUUID": "8580814d-6c78-4bbf-a398-4ae6ce3add51", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "artifactChecksum": "ZGY1ZjNjN2FmNmQyMjFhM2MyOTgxNWVkYmVjMzE1ZGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d194b76-99f3-41cd-bf22-87746ec42196" } ], "workloadContext": "Production" } 2021-04-09T09:11:28.988Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-09T09:11:28.989Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 054f926f-a0ce-4b32-b008-cb549f658505 ASDC 2021-04-09T09:11:28.989Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:7c87b903-4448-4bbc-bc1f-a52c1d06b92b ServiceName:Demo_pNF_yy8qlantIQzr4hWRErz6 ServiceVersion:1.0 ServiceUUID:054f926f-a0ce-4b32-b008-cb549f658505 ServiceInvariantUUID:23cf5e10-622a-4c46-b36e-3402242cfa96 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar ArtifactUUID:5d194b76-99f3-41cd-bf22-87746ec42196 ArtifactChecksum:ZGY1ZjNjN2FmNmQyMjFhM2MyOTgxNWVkYmVjMzE1ZGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 43e8f760-c00a 0 ResourceCustomizationUUID:c8f48c1b-a8c4-451f-a29b-a4541b782d8b ResourceInvariantUUID:8580814d-6c78-4bbf-a398-4ae6ce3add51 ResourceName:pNF 43e8f760-c00a ResourceType:PNF ResourceUUID:fec6711b-6c06-4a6a-b6e3-103ecad093f5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-09T09:11:28.989Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 054f926f-a0ce-4b32-b008-cb549f658505 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-04-09T09:11:29.012Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T09:11:29.013Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-04-09T09:11:29.013Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-04-09T09:11:29.013Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5d194b76-99f3-41cd-bf22-87746ec42196 from URL: /sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:29.013Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-04-09T09:11:29.013Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:29.805Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-04-09T09:11:29.809Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 5d194b76-99f3-41cd-bf22-87746ec42196 83308 2021-04-09T09:11:29.809Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar ASDC sendASDCNotification 2021-04-09T09:11:29.809Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:29.809Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-09T09:11:29.809Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:29.810Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:29.811Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959489809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:11:29.911Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-09T09:11:29.911Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:29.912Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:29.923Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:29.924Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:30.811Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-09T09:11:30.813Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-04-09T09:11:30.813Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5d194b76-99f3-41cd-bf22-87746ec42196, URL: /sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar to file: /app/ASDC/1/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:30.814Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:30.814Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:30.814Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:30.909Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8242049260422595038/Definitions/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 43e8f760-c00a 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-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||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-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||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-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||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-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||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-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||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-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 43e8f760-c00a 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.475Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Node template pNF 43e8f760-c00a 0 is matching search criteria 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 43e8f760-c00a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Node template pNF 43e8f760-c00a 0 is matching search criteria 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 43e8f760-c00a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.476Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.477Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_yy8qlantIQzr4hWRErz6 Description:catalog service description Model UUID:054f926f-a0ce-4b32-b008-cb549f658505 Model Version:NULL Model InvariantUuid:23cf5e10-622a-4c46-b36e-3402242cfa96 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-04-09T09:11:31.482Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: fec6711b-6c06-4a6a-b6e3-103ecad093f5 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-04-09T09:11:31.484Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||pNF 43e8f760-c00a 0 2021-04-09T09:11:31.484Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fec6711b-6c06-4a6a-b6e3-103ecad093f5 2021-04-09T09:11:31.484Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 054f926f-a0ce-4b32-b008-cb549f658505 2021-04-09T09:11:31.484Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 054f926f-a0ce-4b32-b008-cb549f658505 2021-04-09T09:11:31.484Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 43e8f760-c00a 0 fec6711b-6c06-4a6a-b6e3-103ecad093f5 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-04-09T09:11:31.488Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.488Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.489Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 054f926f-a0ce-4b32-b008-cb549f658505: pNF 43e8f760-c00a 2021-04-09T09:11:31.489Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||Processing PNF resource: fec6711b-6c06-4a6a-b6e3-103ecad093f5 2021-04-09T09:11:31.489Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-09T09:11:31.489Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_yy8qlantIQzr4hWRErz6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-09T09:11:31.489Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||Resource customization UUID: c8f48c1b-a8c4-451f-a29b-a4541b782d8b is the same as notified resource customizationUUID: c8f48c1b-a8c4-451f-a29b-a4541b782d8b Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-09T09:11:31.516Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 43e8f760-c00a fec6711b-6c06-4a6a-b6e3-103ecad093f5 0 ASDC deployResourceStructure 2021-04-09T09:11:31.516Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar ASDC sendASDCNotification 2021-04-09T09:11:31.516Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar 2021-04-09T09:11:31.516Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-09T09:11:31.517Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:11:31.518Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:11:31.518Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959491516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:11:31.619Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:11:31.619Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:11:31.620Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:11:31.629Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:11:31.629Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-09T09:11:32.519Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:11:32.528Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:11:32.531Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:11:32.531Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:11:32.531Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:12:02.531Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:12:02.540Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:12:02.542Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:12:02.542Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:12:02.542Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:12:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:12:20.337Z||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-04-09T09:12:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:12:20.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:12:20.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:12:20.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959471521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:12:20.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:12:32.542Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:12:32.550Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:12:32.551Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:12:32.552Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:12:32.552Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:13:02.552Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:13:02.563Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:13:02.564Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:13:02.564Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:13:02.564Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:13:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:13:20.336Z||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-04-09T09:13:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:13:20.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:13:20.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:13:20.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959474272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:13:20.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:13:32.564Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:13:32.573Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:13:32.575Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:13:32.576Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:13:32.576Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:14:02.576Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:02.585Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:02.587Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:14:02.587Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-09T09:14:02.587Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-09T09:14:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:14:20.336Z||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-04-09T09:14:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:14:20.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:14:20.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-starlingx-id", "timestamp": 1617959475850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959469404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-k8s-id", "timestamp": 1617959477092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-windriver-id", "timestamp": 1617959475615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959473199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "dcae-sch", "timestamp": 1617959479137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959474272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959471521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-starlingx-id", "timestamp": 1617959475850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959469404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-windriver-id", "timestamp": 1617959475615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-k8s-id", "timestamp": 1617959477092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959473199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "dcae-sch", "timestamp": 1617959479137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959481420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959474272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959471521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959469404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-starlingx-id", "timestamp": 1617959475850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-k8s-id", "timestamp": 1617959477092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-windriver-id", "timestamp": 1617959475615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959473199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "dcae-sch", "timestamp": 1617959479137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959481420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959471521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959474272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-starlingx-id", "timestamp": 1617959475850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959469404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-windriver-id", "timestamp": 1617959475615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-k8s-id", "timestamp": 1617959477092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959473199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "dcae-sch", "timestamp": 1617959479137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959481420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959474272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959471521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959469404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-starlingx-id", "timestamp": 1617959475850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-k8s-id", "timestamp": 1617959477092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-windriver-id", "timestamp": 1617959475615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959473199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "dcae-sch", "timestamp": 1617959479137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959481420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959474272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959471521, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-starlingx-id", "timestamp": 1617959475850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959469404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-k8s-id", "timestamp": 1617959477092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "multicloud-windriver-id", "timestamp": 1617959475615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959473199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "dcae-sch", "timestamp": 1617959479137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959481420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "dcae-sch", "timestamp": 1617959479137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959481420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959480334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959481420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959489002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959481420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959489108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959489181, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959489809, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959489948, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959490006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "cds", "timestamp": 1617959490113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-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-04-09T09:14:20.888Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 2021-04-09T09:14:20.889Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:20.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959490201, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959490617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959490962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "policy-id", "timestamp": 1617959491009, "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-04-09T09:14:20.901Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 2021-04-09T09:14:20.901Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:20.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "ves-openapi-manager", "timestamp": 1617959491204, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 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-04-09T09:14:20.913Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 2021-04-09T09:14:20.914Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c87b903-4448-4bbc-bc1f-a52c1d06b92b and ComponentName 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-04-09T09:14:20.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959491516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:14:20.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "clamp", "timestamp": 1617959491965, "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-04-09T09:14:20.925Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 2021-04-09T09:14:20.925Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:20.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959492328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:14:20.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617959493331, "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-04-09T09:14:20.937Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 2021-04-09T09:14:20.937Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:20.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959497286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959497286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959497286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959497286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959497286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959497286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/resourceInstances/pnf43e8f760c00a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959497286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-template.yml", "status": "NOT_NOTIFIED" } 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959497286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "NOTIFIED" } 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-09T09:14:20.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959508090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-09T09:14:20.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959512228, "artifactURL": "/sdc/v1/catalog/services/DemoPnfYy8qlantiqzr4hwrerz6/1.0/artifacts/service-DemoPnfYy8qlantiqzr4hwrerz6-csar.csar", "status": "DEPLOY_OK" } 2021-04-09T09:14:20.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:14:20.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-09T09:14:20.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "aai-ml", "timestamp": 1617959513232, "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-04-09T09:14:20.952Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 2021-04-09T09:14:20.953Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:32.587Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:32.599Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:14:32.601Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:14:32.602Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-09T09:14:32.603Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||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-04-09T09:14:32.607Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-09T09:15:02.607Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b 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-04-09T09:15:02.612Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7c87b903-4448-4bbc-bc1f-a52c1d06b92b and serviceModelVersionId: 054f926f-a0ce-4b32-b008-cb549f658505 2021-04-09T09:15:02.612Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23cf5e10-622a-4c46-b36e-3402242cfa96 2021-04-09T09:15:02.613Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0 2021-04-09T09:15:02.619Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-04-09T09:15:02.647Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0|INFO|500||Invoke 2021-04-09T09:15:02.647Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7c87b903-4448-4bbc-bc1f-a52c1d06b92b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b0e9e3c-d777-4845-bdf2-1e5b09d504f7], X-ECOMP-RequestID=[7c87b903-4448-4bbc-bc1f-a52c1d06b92b], X-TransactionId=[], X-ONAP-RequestID=[7c87b903-4448-4bbc-bc1f-a52c1d06b92b], Content-Type=[application/merge-patch+json]} 2021-04-09T09:15:02.662Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-09T09:15:02.981Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210409-09:15:02:668-68918], vertex-id=[250096], Content-Length=[0], Date=[Fri, 09 Apr 2021 09:15:02 GMT], Content-Type=[application/json]} 2021-04-09T09:15:02.982Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-09T09:15:02.982Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/23cf5e10-622a-4c46-b36e-3402242cfa96/model-vers/model-ver/054f926f-a0ce-4b32-b008-cb549f658505?depth=0|INFO|500||InvokeReturn 2021-04-09T09:15:02.983Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-09T09:15:02.983Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||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-04-09T09:15:02.986Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||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-04-09T09:15:02.987Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7c87b903-4448-4bbc-bc1f-a52c1d06b92b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-09T09:15:02.987Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-09T09:15:02.987Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-04-09T09:15:02.988Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-09T09:15:02.988Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959702987, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:15:03.089Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-09T09:15:03.090Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-09T09:15:03.090Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uOAgssa6aR29dotQ) ... 2021-04-09T09:15:03.104Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:15:03.104Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 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-04-09T09:15:03.999Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:15:03.999Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:15:04.000Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:15:14.198Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:15:14.198Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:15:14.199Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:15:14.199Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:15:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:15:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:15:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:15:20.959Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:15:20.959Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-09T09:15:20.959Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7c87b903-4448-4bbc-bc1f-a52c1d06b92b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617959702987, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-09T09:15:20.960Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-09T09:15:23.735Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:15:23.735Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:15:23.735Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:15:23.735Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:15:33.275Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:15:33.275Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:15:33.276Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:15:33.276Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:15:42.817Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:16:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:16:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:16:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:16:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:16:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:16:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:16:29.876Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:16:29.879Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:17:20.334Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:17:20.335Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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-04-09T09:17:20.335Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:17:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:17:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:17:20.337Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:17:29.874Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:17:29.874Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:18:20.334Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:18:20.334Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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-04-09T09:18:20.335Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:18:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:18:20.336Z||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-04-09T09:18:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:18:29.873Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:18:29.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:19:20.334Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:19:20.335Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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-04-09T09:19:20.335Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:19:20.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:19:20.336Z||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-04-09T09:19:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:19:29.878Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:19:29.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:20:20.334Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:20:20.335Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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-04-09T09:20:20.335Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:20:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:20:20.336Z||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-04-09T09:20:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:20:29.878Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:20:29.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:21:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:21:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:21:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:21:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:21:20.336Z||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-04-09T09:21:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:21:29.878Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:21:29.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:22:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:22:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:22:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:22:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:22:20.336Z||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-04-09T09:22:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:22:29.881Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:22:29.893Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:23:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:23:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:23:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:23:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:23:20.336Z||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-04-09T09:23:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:23:29.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:23:29.875Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:24:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:24:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:24:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:24:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:24:20.336Z||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-04-09T09:24:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:24:29.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:24:29.875Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:25:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:25:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:25:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:25:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:25:20.336Z||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-04-09T09:25:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:25:29.880Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:25:29.881Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:26:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:26:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:26:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:26:20.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:26:20.336Z||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-04-09T09:26:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:26:29.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:26:29.876Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:27:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:27:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:27:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:27:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:27:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:27:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:27:29.874Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:27:29.876Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:28:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:28:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:28:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:28:20.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:28:20.336Z||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-04-09T09:28:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:28:29.879Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:28:29.880Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:29:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:29:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:29:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:29:20.336Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:29:20.336Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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-04-09T09:29:20.336Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:29:29.877Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:29:29.877Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:30:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:30:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:30:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:30:20.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:30:20.337Z||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-04-09T09:30:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:30:29.876Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:30:29.879Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:31:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:31:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:31:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:31:20.336Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:31:20.336Z||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-04-09T09:31:20.337Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:31:29.875Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:31:29.879Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:32:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:32:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:32:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:32:20.336Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:32:20.336Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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-04-09T09:32:20.336Z|70110303-8b99-4132-994e-fcf04a3bb2fe|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:32:29.878Z|70110303-8b99-4132-994e-fcf04a3bb2fe|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:32:29.880Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:33:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:33:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:33:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:33:20.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:33:20.336Z||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-04-09T09:33:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:33:29.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:33:29.880Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:34:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:34:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:34:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:34:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:34:20.336Z||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-04-09T09:34:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:34:29.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:34:29.882Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:35:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:35:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:35:20.335Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:35:20.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:35:20.336Z||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-04-09T09:35:20.336Z||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 uOAgssa6aR29dotQ) ... 2021-04-09T09:35:29.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:35:29.880Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:36:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:36:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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-04-09T09:36:20.334Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:36:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-09T09:36:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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-04-09T09:36:20.336Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|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 uOAgssa6aR29dotQ) ... 2021-04-09T09:36:29.874Z|fdd1f370-9b36-4d1d-b1e1-4c0bb199d1ed|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-09T09:36:29.875Z|7c87b903-4448-4bbc-bc1f-a52c1d06b92b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK